//
// @page Private comments
//
// Lines beginning with "//#" are ignored, so you should not see the
// "this should be invisible text below".
//
//# THIS SHOULD BE INVISIBLE
//
// @page HTML Formatting
//
// Basic formatting: bold, italic, underline,
// superscript, subscript, teletype ("tt" tag),
// font coloring: red, green,
// blue,
// font size: size 1, size 2,
// size 3,
// and all in one.
//
// "br" can be used for line breaks,
like
this (this paragraph should be 3 lines).
//
// Accented characters and special symbols: Tübingen, Gábor,
// André, ampersand &, quote ".
// But &gar-bage; and &n0th1ng; are left with & and ; marks.
//
// Tables can be drawn in HTML, as below. First line is heading.
//
//
# | number |
---|---|
1 | one |
2 | two |
3 | three |
// // C++ code example (body should be 4 spaces indented) // for (i=0; i<10; i++) // { // printf("<><><>"); // prints 3 angle brace pairs // cout << "2+3 > 4"; // C++ stream I/O // } // Indented text follows, with indent growing by 2 spaces: // HTML tags are interpreted, so this is italic. // - one // - two, in bold // - three // - 7 special characters: < > / \ & ; ^ //// // This text is after the pre tag. // // @page Divider // // Several hyphens produce a divider line, like the one below: // ----------------- // This text is after the divider. // // @page Non-HTML tags // // Non-HTML tags are not interpreted. // // <>
// //// // @page Escaping HTML tags // // The "nohtml" tag can be used to turn off interpreting html tags: //// //Jack //Hello //