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
|
|
@ -24,9 +24,9 @@
|
|||
* is of the wrong type, or if the index is out of bounds.
|
||||
*
|
||||
* Example:
|
||||
* // Bytecode: OP_INDEX_SET
|
||||
* // Stack before: [42, 1, [10, 20, 30]]
|
||||
* // Stack after: [[10, 42, 30]]
|
||||
* - Bytecode: OP_INDEX_SET
|
||||
* - Stack before: [42, 1, [10, 20, 30]]
|
||||
* - Stack after: [[10, 42, 30]]
|
||||
*/
|
||||
|
||||
case OP_INDEX_SET: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue