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
35 stars 2 forks source link

relative or project-based path to doxygen.exe #75

Closed anb0s closed 8 years ago

anb0s commented 9 years ago

Original Savannah ticket 10135 reported by anb0s on Fri Oct 12 14:03:06 2007.

It would be great to setup relative or project-based path to doxygen.exe

I have project directories like this:

In eclipse i have projects under "src" directories. Because i have different snapshot views (branches) to my sources and tools, i want to use path to doxygen based on the project location: ${project_loc}..\tools\doxygen\doxygen.exe

anb0s commented 9 years ago

Comment by None on Fri Oct 12 14:10:22 2007

Sorry, leading whitespaces are gone, next try:

anb0s commented 9 years ago

Comment by gbrocker on Mon Oct 15 13:46:50 2007

Ok. This is a missing feature. Currently, eclox uses the path to to the directonry containing the doxyfile being built as current working directory for doxygen.exe.

eclox should allow users to specify custom working directories.

anb0s commented 9 years ago

Should be possible now with variable support (e.g. ${project_loc} etc.

anb0s commented 8 years ago

done for 0.11.0