autodoc.git
/
traditional.xml
version
»
Context lines:
10
20
40
80
file
none
3
autodoc.git/traditional.xml:1:
<?xml version='1.0' encoding='utf-8'?>
-
<manual time-stamp='2018-
05
-
25
' version='Pike v8.0.
631
'>
+
<manual time-stamp='2018-
06
-
26
' version='Pike v8.0.
651
'>
<dir name='./traditional_manual'> <file name='./traditional_manual/index.html'> <chapter title='Table of Contents' unnumbered='1'> <dl><dt><url href='index.html'>Table of Contents</url></dt> <dt><url href='chapter_1.html'>1. Introduction</url></dt> <dd><url href='chapter_1.html#1'>1.1. Overview</url></dd> <dd><url href='chapter_1.html#2'>1.2. The history of Pike</url></dd> <dd><url href='chapter_1.html#3'>1.3. A comparison with other languages</url></dd> <dd><url href='chapter_1.html#4'>1.4. What is Pike</url></dd> <dd><url href='chapter_1.html#5'>1.5. Pike License</url></dd>
autodoc.git/traditional.xml:18062:
<variable name='lr_error'><type><int/></type></variable> </docgroup> <docgroup homogen-name='make_parser' homogen-type='method'><doc><text><p>Compiles the parser-specification given in the first argument. Named actions are taken from the object if available, otherwise left as is.</p> </text><group><bugs/><text><p>Returns error-code in both GrammarParser.error and return_value->lr_error.</p> </text></group></doc> <method name='make_parser'> <arguments><argument name='str'><type><string/></type></argument><argument name='m'><type><or><object resolved='predef::Parser.LR.GrammarParser.make_parser'/><void/></or></type></argument></arguments>
-
<returntype><object resolved='predef::Parser
.LR.Parser
'>Parser</object></returntype>
+
<returntype><object resolved='predef::Parser'>Parser</object></returntype>
</method> </docgroup> <docgroup homogen-name='make_parser_from_file' homogen-type='method'><doc><text><p>Compiles the file specified in the first argument into an LR parser.</p> </text><group><seealso/><text><p><ref resolved='predef::Parser.LR.GrammarParser.make_parser'>make_parser</ref></p> </text></group></doc> <method name='make_parser_from_file'> <arguments><argument name='fname'><type><string/></type></argument><argument name='m'><type><or><object resolved='predef::Parser.LR.GrammarParser.make_parser_from_file'/><void/></or></type></argument></arguments>
-
<returntype><or><int/><object resolved='predef::Parser
.LR.Parser
'>Parser</object></or></returntype>
+
<returntype><or><int/><object resolved='predef::Parser'>Parser</object></or></returntype>
</method> </docgroup> </module> <class name='Parser'> <doc><text><p>This object implements an LALR(1) parser and compiler.</p> <p> Normal use of this object would be:</p> <p> <pre> set_error_handler {add_rule, set_priority, set_associativity}* set_symbol_to_string
autodoc.git/traditional.xml:148346:
<docgroup homogen-name='output_style' homogen-type='variable'><doc><text><p>Determines the level of compression on the generated output.</p> </text><group><seealso/><text><p><ref resolved='predef::Web.Sass.STYLE_NESTED'>STYLE_NESTED</ref>, <ref resolved='predef::Web.Sass.STYLE_EXPANDED'>STYLE_EXPANDED</ref>, <ref resolved='predef::Web.Sass.STYLE_COMPACT'>STYLE_COMPACT</ref> and <ref resolved='predef::Web.Sass.STYLE_COMPRESSED'>STYLE_COMPRESSED</ref>.</p> </text></group></doc> <variable name='output_style'><type><int><min>0</min><max>3</max></int></type></variable> </docgroup> <docgroup homogen-name='precision' homogen-type='variable'><doc><text><p>Set the precision of fractional numbers. Default is <tt>5</tt>.</p> </text></doc> <variable name='precision'><type><int/></type></variable> </docgroup>
+
<docgroup homogen-name='sass_syntax' homogen-type='variable'><doc><text><p>Set whether the code is Sass syntax, i.e. indented syntax or not. Only
+
necessary when using <ref resolved='predef::Web.Sass.Api.compile_string'>compile_string()</ref></p>
+
</text></doc>
+
<variable name='sass_syntax'><type><object>bool</object></type></variable>
+
</docgroup>
<docgroup homogen-name='source_comments' homogen-type='variable'><doc><text><p>Emit comments in the generated CSS indicating the corresponding source line. Default is <tt>false</tt>.</p> </text></doc> <variable name='source_comments'><type><object>bool</object></type></variable> </docgroup> <docgroup homogen-name='source_map_embed' homogen-type='variable'><doc><text><p>Set whether embedding <tt>sourceMappingUrl=#</tt> as data uri or not.</p> </text></doc> <variable name='source_map_embed'><type><object>bool</object></type></variable> </docgroup> <docgroup homogen-name='source_map_file' homogen-type='variable'><doc><text><p>Set the path of the source map file.</p>
autodoc.git/traditional.xml:148899:
</text></group><group><member><type><object>bool</object></type><index>"source_comments"</index></member><text><p>Turn on/off comments in the output containing info about the source file - line numbers and such. Default of <tt>false</tt>. See also <ref>source_comments</ref>.</p> </text></group><group><member><type><object>bool</object></type><index>"source_map_embed"</index></member><text><p>Turn on/off if a source map should be embedded in the output or not. Default is <tt>false</tt>. See also <ref>source_map_embed</ref>.</p> </text></group><group><member><type><string><min>0</min><max>255</max></string></type><index>"source_map_root"</index></member><text><p>Set the root path of the source files, relative to where the source.map file is written. See also <ref>source_map_root</ref></p> </text></group><group><member><type><object>bool</object></type><index>"omit_source_map_url"</index></member><text><p>Omit the #sourceMappingURL or not. See also <ref>omit_source_map_url</ref></p>
+
</text></group><group><member><type><object>bool</object></type><index>"sass_syntax"</index></member><text><p>Turn on/off Sass syntax, i.e. indented syntax. Only necessary when
+
using <ref resolved='predef::compile_string'>compile_string()</ref></p>
</text></group><group><member><type><int/></type><index>"precision"</index></member><text><p>Floating point precision. See also <ref>precision</ref>.</p> </text></group></mapping> </text></group></doc> <method name='set_options'> <arguments><argument name='opts'><type><mapping><indextype><object resolved='predef::_Sass.s8'>s8</object></indextype><valuetype><or><object resolved='predef::_Sass.s8'>s8</object><int/></or></valuetype></mapping></type></argument></arguments> <returntype><void/></returntype> </method> </docgroup> </class> </module>