jansson/doc
Petri Lehtinen ed5cae4ed0
Some checks failed
tests / lint (push) Failing after 28s
tests / autotools (clang, no, ubuntu-latest) (push) Failing after 32s
tests / autotools (clang, yes, ubuntu-latest) (push) Failing after 30s
tests / autotools (gcc, no, ubuntu-latest) (push) Failing after 39s
tests / autotools (gcc, yes, ubuntu-latest) (push) Failing after 26s
tests / cmake (clang, ubuntu-latest) (push) Failing after 31s
tests / cmake (gcc, ubuntu-latest) (push) Failing after 23s
tests / valgrind (push) Failing after 29s
tests / autotools (gcc, yes, macos-latest) (push) Has been cancelled
tests / cmake (clang, macos-latest) (push) Has been cancelled
tests / cmake (gcc, macos-latest) (push) Has been cancelled
tests / cmake (msvc, windows-latest) (push) Has been cancelled
tests / autotools (clang, no, macos-latest) (push) Has been cancelled
tests / autotools (clang, yes, macos-latest) (push) Has been cancelled
tests / autotools (gcc, no, macos-latest) (push) Has been cancelled
jansson 2.14.1
2025-03-23 14:25:44 +02:00
..
ext doc: convert refcounting directive to a class 2020-08-07 01:54:45 -04:00
.gitignore Remove CHANGES preprocessing, as it didn't work with VPATH builds 2010-01-21 20:53:05 +02:00
apiref.rst jansson 2.14 2021-09-09 21:18:40 +03:00
changes.rst Remove CHANGES preprocessing, as it didn't work with VPATH builds 2010-01-21 20:53:05 +02:00
conf.py jansson 2.14.1 2025-03-23 14:25:44 +02:00
conformance.rst conformance: remove U+0000 restriction for object keys 2020-09-01 10:22:14 +03:00
gettingstarted.rst Fix the length of a section heading 2019-10-24 11:22:46 +03:00
github_commits.c Add a missing json_decref in the example 2022-08-09 22:00:45 +03:00
index.rst doc: Rename "Portability" to "Thread-safety" 2020-11-19 17:27:03 +02:00
Makefile.am jansson 2.14 2021-09-09 21:18:40 +03:00
README Build documentation in make html target 2009-11-03 23:09:04 +02:00
threadsafety.rst jansson 2.14 2021-09-09 21:18:40 +03:00
tutorial.rst Fix various typos 2019-09-20 13:35:56 -04:00
upgrading.rst doc: do not use references for standard C types or file names 2020-08-07 02:34:25 -04:00

To build the documentation, invoke

    make html

Then point your browser to _build/html/index.html.