On Wed, Aug 9, 2017 at 8:17 AM, <doxygen-users-requ...@lists.sourceforge.net
> wrote:
>
> Date: Wed, 9 Aug 2017 10:48:59 +0200
> From: Andreas Tscharner <a...@vis.ethz.ch>
> 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
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Doxygen-users mailing list
Doxygen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users

Reply via email to