Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Specially named doxyfiles #21

Closed
anb0s opened this issue Apr 10, 2015 · 4 comments
Closed

Specially named doxyfiles #21

anb0s opened this issue Apr 10, 2015 · 4 comments

Comments

@anb0s
Copy link
Owner

anb0s commented Apr 10, 2015

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
Copy link
Owner Author

anb0s commented Apr 10, 2015

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
Copy link
Owner Author

anb0s commented Apr 10, 2015

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 :

  • when the contextual menu opens on a doxyfile, clicking "Build Documentation" will launch doxygen on that file as usual,
  • when the contextual menu opens on a folder or a project, clicking "Build Documentation" will search for doxyfiles contained in that folder or project and then prompt the user for one of that doxyfile to build,
  • when no doxyfile is found, the action gets disabled.

@anb0s
Copy link
Owner Author

anb0s commented Apr 10, 2015

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
Copy link
Owner Author

anb0s commented Apr 10, 2015

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant