more docs

This commit is contained in:
cozis
2022-05-08 03:00:43 +02:00
parent 49cb17104d
commit 5b016e5b2f
+1 -1
View File
@@ -71,7 +71,7 @@ char *c2html(const char *str, long len,
const char *prefix, const char **error); const char *prefix, const char **error);
``` ```
Given a string containing C code, returns the highlighted version using HTML `<span>` tags. Given a string containing C code, returns the highlighted version using HTML `<span>` tags. (You can find a complete description of what it does in `c2html.h`)
For example, consider the following C code: For example, consider the following C code:
```c ```c