Re: [Doxygen-users] member name appearing in Modules/Groups

2020-03-21 Thread Mark
> On Mar 20, 2020, at 17:17, Mark 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

[Doxygen-users] member name appearing in Modules/Groups

2020-03-20 Thread Mark
Hi, I have a c API which I am documenting with Doxygen. The API has an object oriented design and I name the functions as class_funcname. I have been using `\memberof class` in the documentation for a while. Usually this has no effect on how the function names are displayed in the documentation