Menu

#1 Nested namespaces are not handled properly

open
nobody
None
5
2009-05-20
2009-05-20
Anonymous
No

Processing the following code with v08r41 will generate odd links in the description of A. This effect seems to occur as soon as a third-level namespace appears (C in this example).

/** Namespace A. */
namespace A{
/** Namespace B. */
namespace B{
/** Namespace C. */
namespace C{
}
}
}

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.