Is there a way in doxygen to gather and output all instances of a tag? In my project, I repeatedly use an alias tag I created called /@action/ like so:
/// @action{First Object} /// @action{Second Object} ... ... and now I would like to gather all the "Objects" tagged throughout my code using the @action tag and output them to a custom page. Is there any way to do this? Similarly, is there any way to output all files of a certain type to a custom page? I would like to list the filenames of all the .idl files in my project under one custom page, but I can't find a way to collect all of a certain file type. The way I am currently doing it is commenting in every .idl file: /// @page customPage /// currentIdlFileName.idl However, this is very cumbersome. Any help on either of these issues is greatly appreciated! -- View this message in context: http://doxygen.10944.n7.nabble.com/Collect-All-Instances-of-Tags-and-File-Types-tp6675.html Sent from the Doxygen - Users mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Time is money. Stop wasting it! Get your web API in 5 minutes. www.restlet.com/download http://p.sf.net/sfu/restlet _______________________________________________ Doxygen-users mailing list Doxygen-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/doxygen-users