removed <code> elements in attempt to fix codegen_pecl output; didn't work

This commit is contained in:
Meredith L. Patterson 2013-11-16 05:50:21 +01:00
parent 9c0b1c4bdb
commit 6daa5367ca

View file

@ -40,8 +40,6 @@
<description> <description>
Free the memory allocated to a parse result when the result is no longer needed. Free the memory allocated to a parse result when the result is no longer needed.
</description> </description>
<code>
</code>
</function> </function>
</class> </class>
@ -51,8 +49,6 @@
<summary>Output benchmarking results in a human-readable format</summary> <summary>Output benchmarking results in a human-readable format</summary>
<description> <description>
</description> </description>
<code>
</code>
</function> </function>
</class> </class>
@ -61,8 +57,6 @@
<proto>object HParseResult parse(string str)</proto> <proto>object HParseResult parse(string str)</proto>
<summary>Parse an input</summary> <summary>Parse an input</summary>
<description>Top-level function to call a parser that has been built over some piece of input.</description> <description>Top-level function to call a parser that has been built over some piece of input.</description>
<code>
</code>
</function> --> </function> -->
<function name="compile"> <function name="compile">
<proto>int compile(string backend, array params)</proto> <proto>int compile(string backend, array params)</proto>
@ -72,16 +66,12 @@
Returns -1 if the grammar cannot be compiled with the specified options; 0 otherwise. Returns -1 if the grammar cannot be compiled with the specified options; 0 otherwise.
</description> </description>
<code>
</code>
</function> </function>
<function name="benchmark"> <function name="benchmark">
<proto>object HBenchmarkResults benchmark(array testcases)</proto> <proto>object HBenchmarkResults benchmark(array testcases)</proto>
<summary>Benchmark this parser using all the applicable parsing backends against a set of test cases you provide</summary> <summary>Benchmark this parser using all the applicable parsing backends against a set of test cases you provide</summary>
<description> <description>
</description> </description>
<code>
</code>
</function> </function>
</class> </class>
@ -105,8 +95,6 @@
Result token type: string Result token type: string
</description> </description>
<code>
</code>
</function> </function>
<function role="public" name="hammer_ch_range"> <function role="public" name="hammer_ch_range">
@ -117,8 +105,6 @@
Result token type: string Result token type: string
</description> </description>
<code>
</code>
</function> </function>
<function role="public" name="hammer_int_range"> <function role="public" name="hammer_int_range">
@ -129,8 +115,6 @@
Result token type: int Result token type: int
</description> </description>
<code>
</code>
</function> </function>
<function role="public" name="hammer_bits"> <function role="public" name="hammer_bits">
@ -141,8 +125,6 @@
Result token type: int Result token type: int
</description> </description>
<code>
</code>
</function> </function>
<function role="public" name="hammer_int64"> <function role="public" name="hammer_int64">
@ -153,8 +135,6 @@
Result token type: int Result token type: int
</description> </description>
<code>
</code>
</function> </function>
<function role="public" name="hammer_int32"> <function role="public" name="hammer_int32">
@ -165,8 +145,6 @@
Result token type: int Result token type: int
</description> </description>
<code>
</code>
</function> </function>
<function role="public" name="hammer_int16"> <function role="public" name="hammer_int16">
@ -177,8 +155,6 @@
Result token type: int Result token type: int
</description> </description>
<code>
</code>
</function> </function>
<function role="public" name="hammer_int8"> <function role="public" name="hammer_int8">
@ -189,8 +165,6 @@
Result token type: int Result token type: int
</description> </description>
<code>
</code>
</function> </function>
<function role="public" name="hammer_uint64"> <function role="public" name="hammer_uint64">
@ -201,8 +175,6 @@
Result token type: int Result token type: int
</description> </description>
<code>
</code>
</function> </function>
<function role="public" name="hammer_uint32"> <function role="public" name="hammer_uint32">
@ -213,8 +185,6 @@
Result token type: int Result token type: int
</description> </description>
<code>
</code>
</function> </function>
<function role="public" name="hammer_uint16"> <function role="public" name="hammer_uint16">
@ -225,8 +195,6 @@
Result token type: int Result token type: int
</description> </description>
<code>
</code>
</function> </function>
<function role="public" name="hammer_uint8"> <function role="public" name="hammer_uint8">
@ -237,8 +205,6 @@
Result token type: int Result token type: int
</description> </description>
<code>
</code>
</function> </function>
<function role="public" name="hammer_whitespace"> <function role="public" name="hammer_whitespace">
@ -249,8 +215,6 @@
Result token type: p's result type Result token type: p's result type
</description> </description>
<code>
</code>
</function> </function>
<function role="public" name="hammer_left"> <function role="public" name="hammer_left">
@ -261,8 +225,6 @@
Result token type: p's result type Result token type: p's result type
</description> </description>
<code>
</code>
</function> </function>
<function role="public" name="hammer_right"> <function role="public" name="hammer_right">
@ -273,8 +235,6 @@
Result token type: q's result type Result token type: q's result type
</description> </description>
<code>
</code>
</function> </function>
<function role="public" name="hammer_middle"> <function role="public" name="hammer_middle">
@ -285,8 +245,6 @@
Result token type: x's result type Result token type: x's result type
</description> </description>
<code>
</code>
</function> </function>
<function role="public" name="hammer_action"> <function role="public" name="hammer_action">
@ -297,8 +255,6 @@
Result token type: any Result token type: any
</description> </description>
<code>
</code>
</function> </function>
<function role="public" name="hammer_in"> <function role="public" name="hammer_in">
@ -309,8 +265,6 @@
Result token type: string Result token type: string
</description> </description>
<code>
</code>
</function> </function>
<function role="public" name="hammer_not_in"> <function role="public" name="hammer_not_in">
@ -321,8 +275,6 @@
Result token type: string Result token type: string
</description> </description>
<code>
</code>
</function> </function>
<function role="public" name="hammer_end_p"> <function role="public" name="hammer_end_p">
@ -333,8 +285,6 @@
Result token type: none. Result token type: none.
</description> </description>
<code>
</code>
</function> </function>
<function role="public" name="hammer_nothing_p"> <function role="public" name="hammer_nothing_p">
@ -345,8 +295,6 @@
Result token type: there is no result token for this parser. Result token type: there is no result token for this parser.
</description> </description>
<code>
</code>
</function> </function>
<function role="public" name="hammer_sequence"> <function role="public" name="hammer_sequence">
@ -357,8 +305,6 @@
Result token type: array Result token type: array
</description> </description>
<code>
</code>
</function> </function>
<function role="public" name="hammer_choice"> <function role="public" name="hammer_choice">
@ -369,8 +315,6 @@
Result token type: the type of the first successful parser's result Result token type: the type of the first successful parser's result
</description> </description>
<code>
</code>
</function> </function>
<function role="public" name="hammer_butnot"> <function role="public" name="hammer_butnot">
@ -384,8 +328,6 @@
Result token type: p1's result type. Result token type: p1's result type.
</description> </description>
<code>
</code>
</function> </function>
<function role="public" name="hammer_difference"> <function role="public" name="hammer_difference">
@ -399,8 +341,6 @@
Result token type: p1's result type. Result token type: p1's result type.
</description> </description>
<code>
</code>
</function> </function>
<function role="public" name="hammer_xor"> <function role="public" name="hammer_xor">
@ -411,8 +351,6 @@
Result token type: the result type of whichever parser succeeded Result token type: the result type of whichever parser succeeded
</description> </description>
<code>
</code>
</function> </function>
<function role="public" name="hammer_many"> <function role="public" name="hammer_many">
@ -423,8 +361,6 @@
Result token type: array Result token type: array
</description> </description>
<code>
</code>
</function> </function>
<function role="public" name="hammer_many1"> <function role="public" name="hammer_many1">
@ -435,8 +371,6 @@
Result token type: array Result token type: array
</description> </description>
<code>
</code>
</function> </function>
<function role="public" name="hammer_repeat_n"> <function role="public" name="hammer_repeat_n">
@ -447,8 +381,6 @@
Result token type: array Result token type: array
</description> </description>
<code>
</code>
</function> </function>
<function role="public" name="hammer_optional"> <function role="public" name="hammer_optional">
@ -459,8 +391,6 @@
Result token type: If p succeeded, the type of its result; if not, nothing. Result token type: If p succeeded, the type of its result; if not, nothing.
</description> </description>
<code>
</code>
</function> </function>
<function role="public" name="hammer_ignore"> <function role="public" name="hammer_ignore">
@ -471,8 +401,6 @@
Result token type: none. Result token type: none.
</description> </description>
<code>
</code>
</function> </function>
<function role="public" name="hammer_sepBy"> <function role="public" name="hammer_sepBy">
@ -483,8 +411,6 @@
Result token type: array Result token type: array
</description> </description>
<code>
</code>
</function> </function>
<function role="public" name="hammer_sepBy1"> <function role="public" name="hammer_sepBy1">
@ -495,8 +421,6 @@
Result token type: array Result token type: array
</description> </description>
<code>
</code>
</function> </function>
<function role="public" name="hammer_epsilon_p"> <function role="public" name="hammer_epsilon_p">
@ -507,8 +431,6 @@
Result token type: none Result token type: none
</description> </description>
<code>
</code>
</function> </function>
<function role="public" name="hammer_length_value"> <function role="public" name="hammer_length_value">
@ -519,8 +441,6 @@
Result token type: array Result token type: array
</description> </description>
<code>
</code>
</function> </function>
<function role="public" name="hammer_attr_bool"> <function role="public" name="hammer_attr_bool">
@ -533,8 +453,6 @@
Result token type: p's result type if pred succeeds, otherwise the parse fails. Result token type: p's result type if pred succeeds, otherwise the parse fails.
</description> </description>
<code>
</code>
</function> </function>
<function role="public" name="hammer_and"> <function role="public" name="hammer_and">
@ -553,8 +471,6 @@
Result token type: none Result token type: none
</description> </description>
<code>
</code>
</function> </function>
<function role="public" name="hammer_not"> <function role="public" name="hammer_not">
@ -575,8 +491,6 @@
Result token type: none Result token type: none
</description> </description>
<code>
</code>
</function> </function>
<function role="public" name="hammer_indirect"> <function role="public" name="hammer_indirect">
@ -587,8 +501,6 @@
Result token type: the type of whatever parser is bound to it with hammer_bind_indirect(). Result token type: the type of whatever parser is bound to it with hammer_bind_indirect().
</description> </description>
<code>
</code>
</function> </function>
<function role="public" name="hammer_bind_indirect"> <function role="public" name="hammer_bind_indirect">
@ -597,8 +509,6 @@
<description> <description>
See hammer_indirect() for details. See hammer_indirect() for details.
</description> </description>
<code>
</code>
</function> </function>
</extension> </extension>