Re: [Doxygen-users] Page with all \since entries
Brought to you by:
dimitri
From: Ron W <ron...@gm...> - 2017-08-10 20:54:13
|
On Wed, Aug 9, 2017 at 8:17 AM, <dox...@li... > wrote: > > Date: Wed, 9 Aug 2017 10:48:59 +0200 > From: Andreas Tscharner <an...@vi...> > Subject: [Doxygen-users] Page with all \since entries > > Our product that we are working on, sends MQTT messages. I am writing a > documentation for these messages (topic, payload, ...) using doxygen. I > am using the \since statement to indicate the version of our product a > MQTT message is available. > Now I'd like to have a page in the HTML documentation that lists all > \since entries similar to the \todo page. > > Is this possible? What do I need to do? > The \xrefitem command can be used. As the documentation suggests, you can define an alias to create a new command to do what you want. See: http://www.stack.nl/~dimitri/doxygen/manual/commands.html#cmdxrefitem |