Is there a way to post comments in the function prototype without those
comments being picked up as part of the function comments?
For example, in the comments above a function prototype, I use tags to
define aspects of the function. However, I then want one of the aspects
discussed to be passed to
I've actually done a strange workaround that got the job done.
Instead of declaring my new pages as pages with the @page tag, I declared
them as groups with the @defgroup tag. Then I made the tabs point to those
groups using: url="@ref groupname".
Groups are stored under the "Modules" tab, so I sim
I've actually done a strange workaround that got the job done.
Instead of declaring my new pages as pages with the @page tag, I declared
them as groups with the @defgroup tag. Then I made the tabs point to those
groups using: url="@ref groupname".
Groups are stored under the "Modules" tab, so I sim
Thanks Dimitri,
I've actually changed the name of the Related Pages tab already, but left
that detail out because I wasn't sure if it was relevant to the issue I was
having. Still, thank you very much for your input.
--
View this message in context:
http://doxygen.10944.n7.nabble.com/Don-t-Lis
On 29 May 2014, at 20:58 , doxyfool wrote:
> I have created some pages using the @page tag and have also made tabs that
> link to those pages using the url="@ref pageName". However, it seems that
> the new pages are housed under the "Related Pages" tab and when I click the
> tab associated with
I have created some pages using the @page tag and have also made tabs that
link to those pages using the url="@ref pageName". However, it seems that
the new pages are housed under the "Related Pages" tab and when I click the
tab associated with the new page, I am redirected to the new page under th