Creating a @subpage connection without actually generating a link
Lefteris Karapetsas <lefkar <at> msn.com>
2012-05-23 03:05:25 GMT
Hello all,
I have a question to the group, related
to my previous question but this time regarding only <at> subpage. I have
the same setup I presented in my previous email but I also want the
included htmls which come from generated pages to be a subpage to this
main doc page. <at> subpage would work nicely except I don't want the link
to appear the way all other links appear in the documentation nor do I
want it to appear where I write the <at> subpage command. Is there any
option to create the <at> subpage link between two pages but without
actually having the link appear? What I am using now is a hidden div to
achieve it. Any other more doxygen-ish way exists?
Here is what I do:
/**
**
** <div style="display:none;">
** <at> subpage ExampleTopic1PGE
** <at> subpage ExampleTopic2PGE
** </div>
**<!-- more stuff above -->
** <at> docsubsection{3.1 ExampleTopic_1}
** <at> docsubpage{ExampleTopic1PGE}
** <at> htmlinclude Doxygen_Html/ExampleTopic1PGE.html
**
** <at> docsubsection{3.2 Example Topic 2}
** <at> docsubpage{ExampleTopic2PGE}
** <at> htmlinclude Doxygen_Html/ExampleTopic2PGE.html
** <!-- more stuff below -->
**/
As
you can see the subpage link is created inside the hidden div so the
link does not appear. Later I have my own styled link which is basically
just an anchor which I invoke with the ALIAS <at> docsubpage to go to the
subpage itself.
What this generates is like this:
3.1 Example Topic
<link to own page> <--- here you can click to go to a single page that contains only the information of this topic
<contents of the page included by <at> htmlinclude>
Thank you for your time,
-Lefteris
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Doxygen-users mailing list
Doxygen-users <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users