I am using Doxygen 1.8.4. I see the following problem which did not happen
with my previous Doxygen version - 1.7.1.2

I have two libraries.
LibraryA contains classes belonging to namespace nm1.
LibraryB contains classes belonging to namespace nm2

Tagfiles are generated for LibraryA (A.tag) and LibraryB (B.tag)

LibraryB includes a reference to the A.tag file in its makefile.doxygen
file. 

When I generate the documentation for LibraryB, I see namespace nm1 in the
namespaces section and class list (in class list nm1 appears with an arrow
as if it contains a list of classes, but when I click on it to see the list
of classes there are none) of the documentation, even though there are no
classes attached to it in LibraryB (I also see nm2, ;that is correct, as I
have classes in LibraryB which belong to nm2)

If I remove the reference to A.tag in the makefile.doxygen of LibraryB, the
nm1 disappears from the namespaces and class list section. However, I need
to reference the doc of LibraryA from the doc of LibraryB, so I cannot do
this.
 
I hope my explanation of the problem is clear. If anyone could help, I would
appreciate it.

Thanks,



--
View this message in context: 
http://doxygen.10944.n7.nabble.com/Namespace-seems-to-be-imported-from-referenced-tag-file-tp6174.html
Sent from the Doxygen - Users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
Doxygen-users mailing list
Doxygen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users

Reply via email to