summaryrefslogtreecommitdiffhomepage
path: root/docs/csset_api.md
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2021-03-24 14:29:44 +0100
committerTyge Løvset <[email protected]>2021-03-24 14:29:44 +0100
commitb1b19bc2e5a2732e59583184bfa18a34052d5ae1 (patch)
treee800bc0645b4de5b2116c223e99aa23fd79e66ce /docs/csset_api.md
parentc96dc0a43037dd14cd0e2539c988a343d99cc728 (diff)
downloadSTC-modified-b1b19bc2e5a2732e59583184bfa18a34052d5ae1.tar.gz
STC-modified-b1b19bc2e5a2732e59583184bfa18a34052d5ae1.zip
Cleanup in documentation.
Diffstat (limited to 'docs/csset_api.md')
-rw-r--r--docs/csset_api.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/csset_api.md b/docs/csset_api.md
index 3760a4c0..3d1996e8 100644
--- a/docs/csset_api.md
+++ b/docs/csset_api.md
@@ -25,7 +25,7 @@ be replaced by `i` in all of the following documentation.
All csset definitions and prototypes are available by including a single header file.
```c
-#include "stc/csset.h"
+#include <stc/csset.h>
```
## Methods
@@ -74,9 +74,8 @@ csset_X_value_t csset_X_value_clone(csset_X_value_t val);
## Example
```c
-#include <stdio.h>
+#include <stc/csset.h>
#include <stc/cstr.h>
-#include <stc/csmap.h>
using_csset_str();