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

Specially named doxyfiles #21

Closed anb0s closed 9 years ago

anb0s commented 9 years ago

Original Savannah ticket 1604 reported by gbrocker on Fri May 11 15:17:03 2007.

Yegor Yefremov a ecrit : > Hi!

Hello!

> Is necessary that doxygen should have .doxyfile extension? Mozilla > people call their doxygen files *.cfg and so do I. Could it be changed > to allow any file extension?

Indeed, only files having the ".doxyfile" extension or named "doxyfile" are automatically recognized and opened with eclox's editor.

Eclipse allows you to configure file and editor associations. Go to "Window>Preferences>General>Editors>File Associations" and then create a new file type that will associated to the doxyfile editor.

So you can name your doxygen files like you want but there is still a problem. These doxygen files will not be recognized as doxyfiles by eclox's building system. In other words, you will not be able to build those doxygen files using eclox (either from the contextual menu or from the action in the toolbar) :(

I will fill-up a support request and see how this problem can be solved.

Thank you for your interest for eclox.

-- Guillaume

anb0s commented 9 years ago

Comment by gbrocker on Thu May 17 22:53:56 2007

I've created a task and will now work to solve the issue.

anb0s commented 9 years ago

Comment by gbrocker on Thu Aug 23 17:35:32 2007

eclox allows now to specify custom filenames for doxyfiles. The contextual documentation build action has also been improved.

It has now the following behaviour :

anb0s commented 9 years ago

Comment by gbrocker on Tue Sep 18 14:58:17 2007

eclox 0.6.4 includes the features described below. It is about to be released... Stay tuned!

anb0s commented 9 years ago

Closed by gbrocker on Tue Sep 18 14:58:17 2007