Programming Languages: C++, Java, C, C#, PHP, Objective-C 2.0
License: GNU General Public License version 2.0 (GPLv2)
browse code,
statistics,
last commit on 2012-07-30
svn co https://doxygen.svn.sourceforge.net/svnroot/doxygen doxygen
Hello, I try to extract dependency information via the "references" and "referencedby" elements from the generated XMLs. Consider the following very simple class: ---- client.h ---- class Client { public: int pop (); bool push (int data); }; ---- client.cpp ---- #include "client.h" #include <XYZ> int Client::pop () {...
2012-08-02 14:15:54 PDT by haquangle
The CAPL tool generates C type code so we can generate most docs for our files. The problem occurs when it generates the included files as follows includes { #include "TestCode.cin" } The problem is that Doxygen outputs #include "TestCode.cin" in the output file. But ignores everything else. If we take out the "includes {" and its corresponding...
2012-08-02 08:38:15 PDT by dhallu01
made 1 file-release changes.
made 1 file-release changes.
Can I enable dynamic toggling of line numbers with a doxycfg parameter? I'd like to suppress line numbers when I copy code snippets so I don't have to manually remove them, but I want them visible by default. -Thanks! lloydm997.
2012-07-30 15:29:08 PDT by lloydm997
-RESOLVED- Bug was entered as #679000 in bugzilla, and Dmitri gave me a patch that fixed the problem.
2012-07-30 15:21:54 PDT by lloydm997
dimitri committed revision 828 to the Doxygen SVN repository, changing 5 files.
2012-07-30 02:56:54 PDT by dimitri
dimitri committed revision 827 to the Doxygen SVN repository, changing 1 files.
2012-07-29 03:13:14 PDT by dimitri
dimitri committed revision 826 to the Doxygen SVN repository, changing 1 files.
2012-07-29 03:12:55 PDT by dimitri
dimitri committed revision 825 to the Doxygen SVN repository, changing 97 files.
2012-07-29 03:11:12 PDT by dimitri