Doxygen code comment cleanups and fixes. No code changes. (0.41.5)
This commit is contained in:
parent
4309ec2a52
commit
892fa3cfbf
88 changed files with 224 additions and 265 deletions
|
|
@ -27,9 +27,10 @@
|
|||
* freed immediately after use.
|
||||
*
|
||||
* Example
|
||||
* // stack: [ node_handle ]
|
||||
* OP_XML_TEXT // → [ "Hello world" ]
|
||||
* - stack: [ node_handle ]
|
||||
* - OP_XML_TEXT → [ "Hello world" ]
|
||||
*/
|
||||
|
||||
/* OP_XML_TEXT: pops node handle; pushes string (concatenate text node children) */
|
||||
case OP_XML_TEXT: {
|
||||
#ifdef FUN_WITH_XML2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue