> Did you have a look at the possibilities of the doxygen layout file? (doxygen 
> -l and the LAYOUT_FILE setting in the Doxyfile)


Hi Albert,

I took a look, but none of the existing layouts seem applicable. There are 
layout definitions for the following types of pages: class, namespace, file, 
group, and directory. But nothing for a “page” page.

Nonetheless, I tried creating a new element, <pages> (because this is the value 
of “type” for one of the <tab> elements in the <navindex>), at the same level 
as <directory>, with all the same values except for setting the 
<briefdescription> element’s “visible” attribute value to “no”. But then when I 
run doxygen with this layout file (via the doxywizard), I get error like this:

“Unexpected start tag ‘page’ found in scope=’(null)’!

So the layout of a \page page file seems to be controlled by some other 
mechanism?

I’m wondering what other approach I might try?

-Monique
------------------------------------------------------------------------------
_______________________________________________
Doxygen-users mailing list
Doxygen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users

Reply via email to