anb0s / eclox

Eclox is a simple doxygen frontend plug-in for eclipse. It aims to provide a slim and sleek integration of the code documentation process into Eclipse.
http://anb0s.github.io/eclox
Eclipse Public License 2.0
34 stars 2 forks source link

exception after build if OUTPUT_DIRECTORY is an absolute path #191

Closed anb0s closed 7 years ago

anb0s commented 7 years ago

java.lang.NullPointerException at eclox.core.doxyfiles.Doxyfile.getOutputContainer(Doxyfile.java:232) at eclox.core.doxygen.BuildJob.run(BuildJob.java:470) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)

anb0s commented 7 years ago

fixed

anb0s commented 7 years ago

related to #190