Nested namespaces are not handled properly
Brought to you by:
jlinoff
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{
}
}
}