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