[Doxygen-users] File reference page missing class methods

2014-02-11 Thread Zoanie
Hello, I recently converted a C project to C++. I'm using the Eclipse plugin. After converting the project I noticed that all the functions I converted to class methods are not showing up in the source 'Files' reference web page. Only those functions not incorporated into a class remain. T

[Doxygen-users] Issue with static functions if two header files are used

2014-02-11 Thread skraxberger
Hi, I have two different header files, one containing the public and on the internal function prototypes. There are several functions in the "internal" header file containing some documentation. In the source file there is some additional documentation for the same functions. But the documentation

Re: [Doxygen-users] Namespace page not generated

2014-02-11 Thread didje
The library where this problem occurs (Library A) includes a tagfile from another library (Library B) which contains an identically named namespace ("ABC"). When I remove the tagfile from the makefile.doxygen of library A, then the namespace page "ABC" is indeed generated. However, the problem is t

[Doxygen-users] Namespace page not generated

2014-02-11 Thread didje
I have a number of namespaces in a library. When I generate the documentation for this library and look at the "Classes" section and click on "Class List", I see the list of namespaces in the library, as well as a description of each namespace. However, for some of these namespaces, no namespace p