Hi,

I would like to auto generate additional html pages (or markdown pages 
that later get converted into html) other than the ones that doxygen 
creates, using custom aliases . How could I go doing that?

E.g. currently I have the current requirement in source code:

  20 /**
  21  *
  22  *      \req{boottime,early-boot} Guest must write atags (EARLYBOOT 
TEST)
  23  */

And I have the following alias definition in Doxyfile:

  199 ALIASES += req{2}="[Requirement \#\1](\2.html#\1)"


This effectively generates early-boot.html#boottime link in the source. 
But I don't have the html page for it. How can I generate it?

Thanks,

Bahadir

-----------------------------------------------------------------------------------
This email message is for the sole use of the intended recipient(s) and may 
contain
confidential information.  Any unauthorized review, use, disclosure or 
distribution
is prohibited.  If you are not the intended recipient, please contact the 
sender by
reply email and destroy all copies of the original message.
-----------------------------------------------------------------------------------

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
Doxygen-users mailing list
Doxygen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users

Reply via email to