hello everybody,
i'm trying to use doxygen for documenting a php framework i am working on. it simulates a sort of namespace logic, and in the doc i'd like to call those unofficial namespeces 'namespaces' (i.e., using the \namespace tag). everything is fine, it works consistently 99% of the times, i only have one problem in creating references to those namespaces in a few cases where there is a php class having the same name.
if i write "\ref xxx" and there is no class named xxx (but there is a namespace xxx), doxygen creates a reference to the corresponding namespace page. but if there is as well a class called xxx, it will always generate a reference to the class, what is not always what is meant…. is there a way to specify in a @ref i am talking about the namespace and not about the class with the same name? i searched through the docs and googled a bit about this issue without being able to find out, so any hint is appreciated….
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
hello everybody,
i'm trying to use doxygen for documenting a php framework i am working on. it simulates a sort of namespace logic, and in the doc i'd like to call those unofficial namespeces 'namespaces' (i.e., using the \namespace tag). everything is fine, it works consistently 99% of the times, i only have one problem in creating references to those namespaces in a few cases where there is a php class having the same name.
if i write "\ref xxx" and there is no class named xxx (but there is a namespace xxx), doxygen creates a reference to the corresponding namespace page. but if there is as well a class called xxx, it will always generate a reference to the class, what is not always what is meant…. is there a way to specify in a @ref i am talking about the namespace and not about the class with the same name? i searched through the docs and googled a bit about this issue without being able to find out, so any hint is appreciated….