From 02220f5f3c427e5aba48b0c1a635607001874cbe Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 8 Aug 2014 06:12:09 +0000 Subject: 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 --- sratom/sratom.h | 4 ++-- 1 file 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 -- cgit v1.2.1