Re: [Doxygen-users] Don't List Pages Under "Related Pages" tab
Brought to you by:
dimitri
From: Dimitri v. H. <do...@gm...> - 2014-05-29 19:51:55
|
On 29 May 2014, at 20:58 , doxyfool <Oma...@gd...> 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 the new page, I am redirected to the new page under the > "Related Pages" tab. > Is there any way to detach newly created pages from the "Related Pages" tab > and house them under other custom "user-type" tabs? I have seen other > questions similar to this on the forum, but all were still unanswered. Have a look here http://www.doxygen.org/manual/customize.html#layout which at a minimum allows you to rename the "Related pages" to something else. Note that for doxygen 2.0, I'm working on a much more flexible layout system based on Django-style templates, but this will probably take another year to complete. Regards, Dimitri |