Re: [Doxygen-users] now want to suppress \brief in \page display
Brought to you by:
dimitri
From: Monique S. <mon...@ea...> - 2015-09-21 15:37:06
|
> 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 |