diff options
author | David Robillard <d@drobilla.net> | 2014-08-08 06:12:09 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2014-08-08 06:12:09 +0000 |
commit | 02220f5f3c427e5aba48b0c1a635607001874cbe (patch) | |
tree | 551b437cbb94131be55b4c6ebdd018763355be63 | |
parent | 1be3f1bc455366f5c0d23da7d233747f78d7b770 (diff) | |
download | sratom-02220f5f3c427e5aba48b0c1a635607001874cbe.tar.gz sratom-02220f5f3c427e5aba48b0c1a635607001874cbe.tar.bz2 sratom-02220f5f3c427e5aba48b0c1a635607001874cbe.zip |
Use Markdown in doc comments for better source readability.
git-svn-id: http://svn.drobilla.net/lad/trunk/sratom@5428 a436a847-0d15-0410-975c-d299462d15a1
-rw-r--r-- | sratom/sratom.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sratom/sratom.h b/sratom/sratom.h index b827ca5..bb1af95 100644 --- a/sratom/sratom.h +++ b/sratom/sratom.h @@ -116,7 +116,7 @@ sratom_set_sink(Sratom* sratom, /** Write pretty numeric literals. - If @p pretty_numbers is true, numbers will be written as pretty Turtle + If `pretty_numbers` is true, numbers will be written as pretty Turtle literals, rather than string literals with precise types. The cost of this is that the types might get fudged on a round-trip to RDF and back. */ @@ -151,7 +151,7 @@ sratom_write(Sratom* sratom, /** Read an Atom from RDF. - The resulting atom will be written to @p forge. + The resulting atom will be written to `forge`. */ SRATOM_API void |