Re: [Doxygen-users] Documenting conceptual functions
Brought to you by:
dimitri
From: Ron W <ron...@gm...> - 2017-07-21 16:27:33
|
On Fri, Jul 21, 2017 at 8:17 AM, < dox...@li...> wrote: > > Date: Thu, 20 Jul 2017 14:19:29 +0000 > From: "Zieg, Mark (KSC-ESC-624)[SGT - ESC]" <mar...@na...> > Subject: [Doxygen-users] Documenting conceptual functions > > I know Doxygen has keywords like @brief, @param and @return to document > functions. Is there something like @function to create a "fake function" > that those keywords can then decorate? I tried using @fn, but got > "Warning: documented function was not declared or defined," and no > documentation was generated. > That's the only one I've ever found. @par could be used to created a titled paragraph, but would not generate any kind of index entry. @xrefitem will create both a titled paragraph and entries on an index page with a specified title. I think this is the closest you can get to what you are asking for. |