[Doxygen-users] How to obtain fully qualified namespace in Java class names
Brought to you by:
dimitri
From: Moreno P. <mpa...@es...> - 2003-10-31 10:05:52
|
I would like to know, if it is possible, in which way can be generated a fully qualified namespace in Java class documentation. I would like to know to which package a specific class belongs simply checking the class documentation. For example from the "Package List" ACS Package List Here are the packages with brief descriptions (if available): abeans.models.acs.baci abeans.models.acs.baci.generator abeans.models.acs.baci.util abeans.models.acs.baci.util.async I select the package abeans.models.acs.baci Package abeans.models.acs.baci Interfaces interface Characteristics interface Invokeable interface ProxyContainer Classes class BACILibrary class BACILibrary::LifeListener class Component class Component::ChildLifecycleListener class ComponentBeanInfo and then the class Component . Component Class Reference Inheritance diagram for Component: [Inheritance graph] Is it possible to add more information in the title "Component Class Reference?" like abeans.models.acs.baci.Component Class Reference The same problem, not a fully qualified namespace also appears in the "File List" menu. If I select a class from this menu the corrispondend documentation is not providing infomration about the package to which the class belongs. Thanks in advance for your help |