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

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

[Doxygen-users] How to hide top menu line (Main Page, Related Pages, Classes, Files)?

2013-04-01 Thread Dmitry Timoshenko
Hello, I would like to hide top menu, but want respective nodes to be visible in the tree. How could it be achieved? Hiding them via DoxygenLayout.xml removes them from everywhere... Thanx in advance. -- Own the Future

[Doxygen-users] How to include documentation for certain private function?

2013-04-27 Thread Dmitry Timoshenko
Hello, |EXTRACT_PRIVATE doesn't fit due to it brings everything. I need only exact methods to be documented. How to designate it? Thanx in advance, Dmitry. | -- Try New Relic Now & We'll Send You this Cool Shirt New

[Doxygen-users] Members grouping

2013-04-29 Thread Dmitry Timoshenko
Hello, I would like to group protected member in the class Detailed Description section. I use /** @{ */ syntax, but anyway they appear mixed with public methods in alphabetical order. Thanx, Dmitry. -- Try New Relic N