|
|
@@ -230,7 +230,7 @@ JSONC_TEST_TRACE=1 make test |
|
|
|
``` |
|
|
|
and check the log files again. |
|
|
|
|
|
|
|
To get doxygen documentation |
|
|
|
To get doxygen documentation: |
|
|
|
|
|
|
|
The libray documentation can be generated directly from the source codes using Doxygen tool: |
|
|
|
|
|
|
@@ -239,6 +239,11 @@ make doc |
|
|
|
google-chrome ../doc/html/index.html |
|
|
|
``` |
|
|
|
|
|
|
|
To uninstall: |
|
|
|
|
|
|
|
```sh |
|
|
|
make uninstall |
|
|
|
``` |
|
|
|
|
|
|
|
Linking to `libjson-c` <a name="linking"> |
|
|
|
---------------------- |
|
|
|