Doxygen code comment cleanups and new blog post. No code changes. (0.41.5)
This commit is contained in:
parent
4e69a3ce63
commit
4309ec2a52
212 changed files with 423 additions and 476 deletions
|
|
@ -1,4 +1,4 @@
|
|||
/**
|
||||
/*
|
||||
* This file is part of the Fun programming language.
|
||||
* https://fun-lang.xyz/
|
||||
*
|
||||
|
|
@ -8,7 +8,7 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* @file
|
||||
* @file name.c
|
||||
* @brief VM opcode snippet for XML node name retrieval.
|
||||
*
|
||||
* This file is included into the main VM dispatch switch in vm.c and
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
/**
|
||||
/*
|
||||
* This file is part of the Fun programming language.
|
||||
* https://fun-lang.xyz/
|
||||
*
|
||||
|
|
@ -8,7 +8,7 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* @file
|
||||
* @file parse.c
|
||||
* @brief VM opcode snippet for parsing XML text into a document handle.
|
||||
*
|
||||
* This snippet is included by vm.c and implements OP_XML_PARSE.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
/**
|
||||
/*
|
||||
* This file is part of the Fun programming language.
|
||||
* https://fun-lang.xyz/
|
||||
*
|
||||
|
|
@ -8,7 +8,7 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* @file
|
||||
* @file root.c
|
||||
* @brief VM opcode snippet for retrieving the root node of an XML document.
|
||||
*
|
||||
* Included by vm.c; implements OP_XML_ROOT.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
/**
|
||||
/*
|
||||
* This file is part of the Fun programming language.
|
||||
* https://fun-lang.xyz/
|
||||
*
|
||||
|
|
@ -8,7 +8,7 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* @file
|
||||
* @file text.c
|
||||
* @brief VM opcode snippet for retrieving the concatenated text of an XML node.
|
||||
*
|
||||
* Included by vm.c; implements OP_XML_TEXT.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue