Alexander Dahl
89747ac758
doc: Use other doxygen feature to specify mainpage
Previously a special tag was added to README.md to make this the
main page in Doxygen generated docs. When viewing the README on the
GitHub page this tag was not hidden.
After upgrading to Doxygen 1.8.8 (and above) in changeset
219025727d a new Doxygen feature can be
used to specify the main page: Since release 1.8.3 Doxygen has a special
option to set a markdown file as main page. When using this option we
can drop the tag, making the README rendered by GitHub nice to look at.
Fixes: ae66b24369
8 years ago
Eric Haszlakiewicz
c01635e03e
Rearrange README.md a bit and make it work better in the doxygen generated docs.
Also, add a table of contents, and a brief section on using json-c with links to
the header files most likely to be useful.
8 years ago
Eric Haszlakiewicz
2d1da5ab13
Add a --enable-threading configure option, and only use the (slower) __sync_add_and_fetch()/__sync_sub_and_fetch() function when it is specified.
8 years ago
Alexandru Ardelean
061afc7993
README.md: show build status tag from travis & appveyor.
Looks nice to see a `Build Passing` tag when you
scroll to the README.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
8 years ago
Eric Haszlakiewicz
5e33dabda1
Issue #308 : improve the build instructions in README.md to include the exact commands to run for installing prerequisites, as mentioned earlier on Issue #308 .
8 years ago
Eric Haszlakiewicz
779b77a164
Note some minimum versions needed for autoconf, etc...
9 years ago
Nicola Spanti (RyDroid)
f2e7dda910
Improving README
9 years ago
Eric Haszlakiewicz
ae66b24369
Mention that we're aiming to follow RFC 7159 now.
Cause README.md to show up in Doxygen output as the main page.
9 years ago
Michael Clark
0e1a057449
Remove reference to svn.metaparadigm.com
svn.metaparadigm.com no longer exists so it is not possible to use source from there.
9 years ago
Eric Haszlakiewicz
4569e3e430
Fix minor typo in README file.
11 years ago
Haneef Mubarak
7870978c2e
Update README.md
- code blocks
- slight text changes (rewording)
- pretty printing
11 years ago
Haneef Mubarak
23620b827c
Update and rename README to README.md
Markdownify + fix a few errors here and there
11 years ago