- Member MyGlobalFunc1 (MyGlobalType a,MyGlobalType b)
- In the detailed description Doxygen should create a link for MyGlobalType (i.e. the one without double colon prefix).
In the bug list Doxygen should create a link to MyGlobalType for parameter a.
- Member PLAT::MyNSFunc1 (PLAT::MyNSType a, MyNSType b,MyNSType c)
- In the function overview of the namespace page, Doxygen should not create a link from the type of parameter c to PLAT::MyNSType.
In the detailed description of the namespace page, Doxygen should create a link to PLAT::MyNSType for parameter b.
In the function overview of the file reference page, Doxygen should create a link to PLAT::MyNSType for parameter b.
In the bug list, Doxygen should create a link to PLAT::MyNSType for parameter b.