]> git.sur5r.net Git - cc65/blobdiff - src/ld65/library.h
Correct missed doc label
[cc65] / src / ld65 / library.h
index 7eadf250fca6681c9007dcf32321908aed64ca3b..abf75675aa66932dc70b244751c54632f870817a 100644 (file)
@@ -57,20 +57,20 @@ struct Library;
 
 void LibAdd (FILE* F, const char* Name);
 /* Add files from the library to the list if there are references that could
- * be satisfied.
- */
+** be satisfied.
+*/
 
 void LibStartGroup (void);
 /* Start a library group. Objects within a library group may reference each
- * other, and libraries are searched repeatedly until all references are
- * satisfied.
- */
+** other, and libraries are searched repeatedly until all references are
+** satisfied.
+*/
 
 void LibEndGroup (void);
 /* End a library group and resolve all open references. Objects within a
- * library group may reference each other, and libraries are searched
- * repeatedly until all references are satisfied.
- */
+** library group may reference each other, and libraries are searched
+** repeatedly until all references are satisfied.
+*/
 
 void LibCheckGroup (void);
 /* Check if there are open library groups */