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) somewhere in the 
documentation or not. Doxygen just put every encountered page on the 
root. I need to hide certain pages shown on the root level.

For instance, if I define

/** @mainpage main */
/** @page page1 */
/** @page page2 */
/** @page page3 */
/** @page page4 */
/** @page page5 */

I will get something like this.

+---main
     /---page1
     /---page2
     /---page3
     /---page4
     /---page5

I need to manage the visibility of the certain page, e.g. I would like
to refer to page3 & page5 somewhere in the documentation and do NOT want 
they to be visible in the tree.

Or want they to be visible in the place where I want, but not on the 
root level.

How to achieve this?

Thank you.


> That is what I see with your example, a default config file with the tree 
> view enabled,
> and the latest version of doxygen.
>
> Regards,
>    Dimitri
>
>
> ------------------------------------------------------------------------------
> Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester
> Wave(TM): Endpoint Security, Q1 2013 and "remains a good choice" in the
> endpoint security space. For insight on selecting the right partner to
> tackle endpoint security challenges, access the full report.
> http://p.sf.net/sfu/symantec-dev2dev
>


------------------------------------------------------------------------------
Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester  
Wave(TM): Endpoint Security, Q1 2013 and "remains a good choice" in the  
endpoint security space. For insight on selecting the right partner to 
tackle endpoint security challenges, access the full report. 
http://p.sf.net/sfu/symantec-dev2dev
_______________________________________________
Doxygen-users mailing list
Doxygen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users

Reply via email to