Nick - 2012-11-09

I'd like to put a comment on the top of every class page regarding the documentation style.  I believe this might be possible by creating a custom XML LAYOUT_FILE.  However, I'm not sure of the correct way to do it. 

Below is a truncated XML definition of the default class page.  If possible, I'd like to insert a custom section before briefdescription with my desired string.  Does Doxygen support that?  Alternatively, what's the syntax for setting a default briefdescription string? 

<class>
    <briefdescription visible="yes"/>       
    <includes visible="$SHOW_INCLUDE_FILES"/>
    <inheritancegraph visible="$CLASS_GRAPH"/>
    <collaborationgraph visible="$COLLABORATION_GRAPH"/>
    <allmemberslink visible="yes"/>
    <memberdecl/>
    <detaileddescription title=""/>
    <memberdef/>
    <usedfiles visible="$SHOW_USED_FILES"/>
    <authorsection visible="yes"/>
</class>