]> git.sur5r.net Git - cc65/blobdiff - src/cc65/casenode.h
Adjusted doc to code.
[cc65] / src / cc65 / casenode.h
index 1b5ff3834e8e979dfb29bf6465e3db432104758d..aef546f197a7c8e4769808d81cecee1e15067cc1 100644 (file)
@@ -115,15 +115,15 @@ void FreeCaseNodeColl (Collection* Nodes);
 
 int SearchCaseNode (const Collection* Nodes, unsigned char Key, int* Index);
 /* Search for a node in the given collection. If the node has been found,
- * set Index to the index of the node and return true. If the node was not
- * found, set Index the the insertion position of the node and return
- * false.
- */
+** set Index to the index of the node and return true. If the node was not
+** found, set Index the the insertion position of the node and return
+** false.
+*/
 
 unsigned InsertCaseValue (Collection* Nodes, unsigned long Val, unsigned Depth);
 /* Insert a new case value into a CaseNode tree with the given depth. Return
- * the code label for the value.
- */
+** the code label for the value.
+*/