On 10.08.2017 22:54, Ron W wrote:
On Wed, Aug 9, 2017 at 8:17 AM,
<doxygen-users-requ...@lists.sourceforge.net
<mailto:doxygen-users-requ...@lists.sourceforge.net>> wrote:

    Date: Wed, 9 Aug 2017 10:48:59 +0200
    From: Andreas Tscharner <a...@vis.ethz.ch <mailto: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

Thank you very much. If I define an ALIAS it works and references the \page where it is listed. Unfortunately I need not the page, but the \subsection (because I have many entries on one page using the \tableofcontents for navigation).
Are there any switches that I can turn on/off to link the subsection?

TIA and best regards
        Andreas
--
      ("`-''-/").___..--''"`-._
       `o_ o  )   `-.  (     ).`-.__.`)
       (_Y_.)'  ._   )  `._ `. ``-..-'
     _..`--'_..-_/  /--'_.' .'
    (il).-''  (li).'  ((!.-'

Andreas Tscharner   a...@vis.ethz.ch   ICQ-No. 14356454

------------------------------------------------------------------------------
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