eclox
eclox copied to clipboard
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.
see [comment](https://marketplace.eclipse.org/comment/7914#comment-7914) ``` If you are using the last doxygen version (1.9.3) and add a doxyfile file to your c++ project, it's not possible to activate the "Diagrams to generate"...
Signed-off-by: Andre Bossert ## Issue: #242 ## Proposed changes use GitHub actions for build instead of Travis CI and Azure DevOp ## Reviewers @anb0s
use GitHub actions for build instead of Travis CI and Azure DevOps
Original Savannah ticket 9166 reported by None on Sat May 19 18:36:45 2007. Attempting to use the ALIASES command of DOXYGEN to add xrefitems. The final Alias command I want...
Original Savannah ticket 5721 reported by None on Thu Jan 10 11:12:29 2008. Torge wrote: > A small feature request: > Doxygen tells about obsolote settings, it would be nice...
Original Savannah ticket 5920 reported by None on Tue Apr 22 17:44:07 2008. Analyse the output log to report a more accurate progress : - Reading and parsing tag files...
Original Savannah ticket 6370 reported by None on Wed Dec 10 11:49:10 2008. The hint should be placed in the doxygen preference pages.
Original Savannah ticket 143 reported by None on Wed Feb 04 11:13:52 2004. When creating a new Doxyfile, values could be imported from a old Doxyfile.
see [Doxygen configuration](https://www.stack.nl/~dimitri/doxygen/manual/config.html) add all supported configuration tags by version 1.8.13
I've got a big C/C++ makefile project in eclipse workspace: every time I right click on the project on the project explorer, eclipse freeze for about 7 seconds. This is...