Re: [Doxygen-users] How to hide certain page in treeview

2013-03-09 Thread Dmitry Timoshenko
Doxygen makes to me this tree: +---A | /---B | /---C |---B <- want to hide |---C <- want to hide But I need: +---A | /---B | /---C The problem is that: I mean if I define a page it ANYWAY appears at the root level of the tree. It doesn't matter it is mentioned (referred) somewh

Re: [Doxygen-users] How to hide certain page in treeview

2013-03-08 Thread Dimitri van Heesch
On Mar 8, 2013, at 9:49 , Dmitry Timoshenko wrote: > Hi, > > I have an issue I could not resolve by myself. Help please. > > I have (conditionally): > > /** @mainpage A > @subpage B > */ > > /** @page B > @subpage C > */ > > /** @page C */ > > Doxygen makes the tree where all the pages are

[Doxygen-users] How to hide certain page in treeview

2013-03-08 Thread Dmitry Timoshenko
Hi, I have an issue I could not resolve by myself. Help please. I have (conditionally): /** @mainpage A @subpage B */ /** @page B @subpage C */ /** @page C */ Doxygen makes the tree where all the pages are shown on the root level. +---A | /---B | /---C |---B <- want to hide |---C <-