From ea8f653960d5b3a1fe6012f57cbfadd85a1ef68c 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/ingen@5428 a436a847-0d15-0410-975c-d299462d15a1 --- src/gui/RDFS.hpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/gui/RDFS.hpp') diff --git a/src/gui/RDFS.hpp b/src/gui/RDFS.hpp index 583f5d90..163b0bb7 100644 --- a/src/gui/RDFS.hpp +++ b/src/gui/RDFS.hpp @@ -41,23 +41,23 @@ typedef std::set URISet; /** Map of object labels, keyed by object URI. */ typedef std::map Objects; -/** Return the label of @p node. */ +/** Return the label of `node`. */ Glib::ustring label(World* world, const LilvNode* node); -/** Set @p types to its super/sub class closure. +/** Set `types` to its super/sub class closure. * @param super If true, find all superclasses, otherwise all subclasses */ void classes(World* world, URISet& types, bool super); -/** Get all instances of any class in @p types. */ +/** Get all instances of any class in `types`. */ Objects instances(World* world, const URISet& types); -/** Get all the types which @p model is an instance of. */ +/** Get all the types which `model` is an instance of. */ URISet types(World* world, SPtr model); -/** Get all the properties with domains appropriate for @p model. */ +/** Get all the properties with domains appropriate for `model`. */ URISet properties(World* world, SPtr model); } // namespace RDFS -- cgit v1.2.1