Re: [Doxygen-users] member name appearing in Modules/Groups
Brought to you by:
dimitri
From: Mark <dox...@er...> - 2020-03-21 16:13:33
|
> On Mar 20, 2020, at 17:17, Mark <dox...@er...> wrote: > > That is for a function “classA_testcase” which has \memberof classA in the doxygen comment and is in some group created with \defgroup, if I navigate to the function via the Data Structures or Files entries of the left-hand pane’s tree, the name is displayed as classA_testcase. If I navigate via Modules it is displayed as classA::classA_testcase. The classA:: prefix only appears in the Functions list at the top of a module’s page. Further down the page in the documentation for each of the functions, there is no classA:: prefix. Is this the expected behavior? Or should the prefix never appear or should it appear everywhere? Regards -Mark |