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

environment variables needed for some doxyfiles #86

Closed anb0s closed 8 years ago

anb0s commented 9 years ago

Original Savannah ticket 23451 reported by anb0s on Tue Apr 07 11:12:57 2015.

We need some environment variables for doxygen, that are referenced in out doxyfiles. E.g. GRAPHVIZ_PATH used in doxyfile: DOT_PATH = $(GRAPHVIZ_PATH)\dot.exe

So doxygen.exe should be started with prepared environment.

anb0s commented 8 years ago

added support for GRAPHVIZ_PATH

anb0s commented 8 years ago

possibility for adding other variables or all environment variables should be added too...

anb0s commented 8 years ago

fixed with e12465e694739a58dc20ca3ae2ce3ff444cb09de for 0.11.0

Now one can add new variables like GRAPHVIZ_PATH etc. via "Preferences -> Run/Debug -> String Substitution"

eclox_variables_support

and they are passed to the doxygen environment. So the variables can be used in Doxyfile: DOT_PATH = $(GRAPHVIZ_PATH)

anb0s commented 8 years ago

If you want to verify before release: published testing build to: http://anb0s.github.io/eclox/testing