This file shows the default values for all tags.
Each tag is a list of HTML tags, without the enclosing `<>', separated by `,'. For example
TOCheaders CENTER,STRONGgenerates `<CENTER><STRONG>...</STRONG></CENTER>'.
To add plain characters to a tag, wrap them inside a ``C++'' string. For example,
SampHighlight SAMP,"`","'"Will result in
<SAMP>`...'</SAMP> in the HTML file. On the other hand, SampHighlight "`",SAMP,"'"results in
`<SAMP>...</SAMP>'. In general, when two strings appear one after the other, they are located inside the preceding tags. When placed before (after) the tags, they are located on the outside.
@top name.
@chapter name.
<FileItems>
<EntryStart>
<EntryRef> element-1-name </EntryRef>
<EntryComment> element-1 comment </EntryComment>
</EntryStart>
<EntryStart>
<EntryRef> element-2-name </EntryRef>
<EntryComment> element-2 comment </EntryComment>
</EntryStart>
...
</FileItems>
My personal preference is DL,P,DT,DD. @url{} highlight. @smallcaps{}.
@example section.
@display section.
@smallexample section.
<NavigationHighlight>
<NavigationKWHighlight> Next: </NavigationKWHighlight> link
<NavigationKWHighlight> Prev: </NavigationKWHighlight> link
</NavigationHighlight>
@menu @item
@menu section.
sin,cos etc)
<ClassHeader>class
<ClassFullName>A::<ClassName>B</ClassName> </ClassFullName> :
<ClassDerivedAccess>public </ClassDerivedAccess> ... </ClassHeader>
enum,typedef and friend declarations.
enum declaration.
@ref has the wrong number of arguments.