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
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
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
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