On 8 jul. 2013, at 17:22, Bahadir Balban <bbal...@nvidia.com> wrote:

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

Have a look at \xrefitem [1], it's probably more close to what you want to 
achieve.

[1] http://www.doxygen.org/manual/commands.html#cmdxrefitem

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