pike.git
/
refdoc
/
keywords.txt
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/refdoc/keywords.txt:647:
@[ ... ] Children: Text that will be interpreted as a Pike name. Groups with: - Examples: My favourite class is @ref{Vanilla.Ice.Cream@}, it tastes much better than @[Nougat.Glass] or @[`+]. XML: <ref>...</ref> _______________________________________________________________________________
+
Keyword: @rfc{ ... @}
+
Description: A reference to an RFC.
+
Children: RFC number.
+
Groups with: -
+
+
Examples:
+
The @[MIME] module implements @rfc{1521@}.
+
+
XML: <rfc>...</rfc>
+
_______________________________________________________________________________
+
Keyword: @section - @endsection Description: Begin a new section in the text. Sections cannot be nested. Arguments: <title> Where: <title> is any text that is the title of the section. Children: Text (with markup) Groups with: - Examples: @section One - Introduction ...