Re: [Doxygen-users] references to nested structure members
Brought to you by:
dimitri
From: Fabian C. <Cen...@in...> - 2016-10-25 06:15:07
|
At 23:24 24.10.2016, chrisroelle wrote: >Hi - > >First, my apologies if this is a silly or previously-answered question - >I've googled and read the manuals but am still having trouble. > >My question is - how can I get doxygen to generate references to members of >nested structures, like in the example below.... the >outer.outer_member1.inner_member and outer.outer_member2.inner_member >strings don't appear as references. Have you tried the class::member notation (not the object name)? bye Fabi |