pike.git
/
refdoc
/
keywords.txt
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/refdoc/keywords.txt:295:
________________________________________________________________________________ Keyword: @i{ ... @} Description: Italics. Children: Text that will be rendered in italics. Examples: You really look @i{italic@}! - You mean @i{Italian@}, don't you? XML: <i>...</i> ________________________________________________________________________________
+
Keyword: @int - @endint
+
Description: Documentation of the different values an integer may have.
+
Arguments: -
+
Children: @value
+
Examples: @int
+
@value 0
+
Ignore all zonks.
+
@value 1
+
Transform zonks into flutter.
+
@value -1
+
Remove all zonks.
+
@value 5..10
+
Do something.
+
@value 17..
+
Do something else.
+
@endit
+
+
________________________________________________________________________________
+
Keyword: @item Description: A definition term inside @dl Arguments: <name> Where: <name> is any string that will be the name of the term. Children: Text (with markup) Groups with: @item Examples: XML: <item name="..."/>
pike.git/refdoc/keywords.txt:371:
@section One - Introduction ... @endsection @section Two - Intrinsics & Details about the Interface ... @endsection XML: <section name=" ... "> ________________________________________________________________________________
+
Keyword: @string - @endstring
+
Description: Documentation of the layout of a mapping.
+
Arguments: -
+
Children: @value
+
Examples: @string
+
@value "GMT"
+
Greenwich Mean Time
+
@value "CET"
+
Central European Time
+
@endstring
+
+
XML: <string name=" ... "/>
+
________________________________________________________________________________
+
Keyword: @tt{ ... @} 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{ ... @} Description: XML escape. Inside this tag the characters <>& are not quoted and this makes it possible to insert raw XML. Note that the usual rules apply to @ and that @i{...@}-style tags can be used inside. Children: Text with markup. Examples: @xml{<b>Bold</b> and @i{italic@}@} XML: No representation. ________________________________________________________________________________