Skip to content
Snippets Groups Projects
Commit 80ec4735 authored by David Norlin's avatar David Norlin
Browse files

More info on XML repr.

Rev: .autodoc_keywords:1.4
parent 2d3c85a1
No related branches found
No related tags found
No related merge requests found
......@@ -342,6 +342,11 @@ Examples: @member string "name"
@member int "age"
These two entries in the mapping provide personal data.
XML: `@member float "foo"' =>
<member>
<type><float/></type>
<index>"foo"</index>
</member>
________________________________________________________________________________
Keyword: @ref{ ... @}
......@@ -352,6 +357,7 @@ Groups with: -
Examples: My favourite class is @ref{Vanilla.Ice.Cream@}, it tastes much
better than @[Nougat.Glass] or @[`+].
XML: <ref>...</ref>
________________________________________________________________________________
Keyword: @section - @endsection
......@@ -369,6 +375,7 @@ Examples:
...
@endsection
XML: <section name=" ... ">
________________________________________________________________________________
Keyword: @tt{ ... @}
......@@ -376,6 +383,7 @@ Description: Teletype.
Children: Text that will be rendered in teletype.
Examples: Type @tt{rm -rf *@} to erase several days of work.
XML: <tt> ... </tt>
________________________________________________________________________________
Keyword: @xml{ ... @}
......@@ -385,5 +393,6 @@ Description: XML escape. Inside this tag the characters <>& are not quoted and
Children: Text with markup.
Examples: @xml{<b>Bold</b> and @i{italic@}@}
XML: No representation.
________________________________________________________________________________
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment