From 94828bc348c4aab0d91da6499c30b26c2ef8f8e2 Mon Sep 17 00:00:00 2001 From: Andreas Stöckel Date: Sun, 11 Jan 2015 23:57:57 +0100 Subject: Silenced doxygen warnings --- src/core/model/Document.hpp | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/core/model/Document.hpp') diff --git a/src/core/model/Document.hpp b/src/core/model/Document.hpp index e27b577..a18e389 100644 --- a/src/core/model/Document.hpp +++ b/src/core/model/Document.hpp @@ -34,6 +34,7 @@ * * Consider this XML representation of a document using the "book" domain: * + * \code{.xml} * * * @@ -59,6 +60,7 @@ * * * + * \endcode * * As can be seen the StructureEntities inherently follow a tree structure that * is restricted by the implicit context free grammar of the "book" Domain @@ -70,12 +72,16 @@ * overlapping annotations and provides a more intuitive (and semantically * sound) handling of such span-like concepts. So the * + * \code{.xml} * content + * \endcode * * is implicitly expanded to: * + * \code{.xml} * content * + * \endcode * * Note that the place of an AnnotationEntity within the XML above is not * strictly defined. It might as well be placed as a child of the "book" node. @@ -88,11 +94,13 @@ * * is implicitly expanded using transparency to: * + * \code{.xml} * * * Here we might find the actual section content. * * + * \endcode * * @author Benjamin Paaßen (bpaassen@techfak.uni-bielefeld.de) */ -- cgit v1.2.3