summaryrefslogtreecommitdiffstats
path: root/ingen/serialisation/Parser.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ingen/serialisation/Parser.hpp')
-rw-r--r--ingen/serialisation/Parser.hpp13
1 files changed, 9 insertions, 4 deletions
diff --git a/ingen/serialisation/Parser.hpp b/ingen/serialisation/Parser.hpp
index ceaaa99c..5253a3e4 100644
--- a/ingen/serialisation/Parser.hpp
+++ b/ingen/serialisation/Parser.hpp
@@ -14,6 +14,10 @@
along with Ingen. If not, see <http://www.gnu.org/licenses/>.
*/
+/**
+ @defgroup IngenSerialisation Turtle Serialisation
+*/
+
#ifndef INGEN_SERIALISATION_PARSER_HPP
#define INGEN_SERIALISATION_PARSER_HPP
@@ -34,10 +38,11 @@ namespace Shared { class World; }
namespace Serialisation {
-/** Parse Ingen objects from RDF.
- *
- * \ingroup IngenSerialisation
- */
+/**
+ Read Ingen objects from Turtle files or strings.
+
+ @ingroup IngenSerialisation
+*/
class Parser {
public:
explicit Parser(Shared::World& world);