summaryrefslogtreecommitdiffstats
path: root/src/libnrtype
diff options
context:
space:
mode:
Diffstat (limited to 'src/libnrtype')
-rw-r--r--src/libnrtype/boundary-type.h6
-rw-r--r--src/libnrtype/one-box.h4
-rw-r--r--src/libnrtype/one-glyph.h15
-rw-r--r--src/libnrtype/text-boundary.h19
4 files changed, 27 insertions, 17 deletions
diff --git a/src/libnrtype/boundary-type.h b/src/libnrtype/boundary-type.h
index 7f8ecea90..27baf43b7 100644
--- a/src/libnrtype/boundary-type.h
+++ b/src/libnrtype/boundary-type.h
@@ -1,8 +1,10 @@
+/** @file
+ * @brief Definition of the BoundaryType enum
+ */
+
#ifndef LIBNRTYPE_BOUNDARY_TYPE_H_INKSCAPE
#define LIBNRTYPE_BOUNDARY_TYPE_H_INKSCAPE
-/** \file Definition of the BoundaryType enum. */
-
/**
* The different kinds of semantic boundaries in text; or rather,
* the different things that may be delimited by a text_boundary.
diff --git a/src/libnrtype/one-box.h b/src/libnrtype/one-box.h
index 1040e2be9..7e1d90b72 100644
--- a/src/libnrtype/one-box.h
+++ b/src/libnrtype/one-box.h
@@ -1,4 +1,6 @@
-/** \file Definition of struct one_box. */
+/** @file
+ * @brief Definition of struct one_box
+ */
#ifndef LIBNRTYPE_ONE_BOX_H_INKSCAPE
#define LIBNRTYPE_ONE_BOX_H_INKSCAPE
diff --git a/src/libnrtype/one-glyph.h b/src/libnrtype/one-glyph.h
index 667c7743b..9467e69e9 100644
--- a/src/libnrtype/one-glyph.h
+++ b/src/libnrtype/one-glyph.h
@@ -1,9 +1,12 @@
-/** \file Definition of struct one_glyph. */
-
-/*
- * License: May be redistributed with or without modifications under the terms of the Gnu General
- * Public License as published by the Free Software Foundation, version 2 or (at your option) any
- * later version.
+/** @file
+ * @brief Definition of struct one_glyph
+ */
+/* This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ *
+ * See the file COPYING for details.
*/
#ifndef LIBNRTYPE_ONE_GLYPH_H_INKSCAPE
diff --git a/src/libnrtype/text-boundary.h b/src/libnrtype/text-boundary.h
index 83a825b55..82532df1f 100644
--- a/src/libnrtype/text-boundary.h
+++ b/src/libnrtype/text-boundary.h
@@ -1,14 +1,17 @@
+/** @file
+ * @brief Definition of the structure text_boundary
+ */
+/* This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ *
+ * See the file COPYING for details.
+ */
+
#ifndef TEXT_BOUNDARY_H_INKSCAPE
#define TEXT_BOUNDARY_H_INKSCAPE
-/** \file Definition of text_boundary. */
-
-/*
- * License: May be redistributed with or without modifications under the terms of the Gnu General
- * Public License as published by the Free Software Foundation, version 2 or (at your option) any
- * later version.
- */
-
#include "libnrtype/boundary-type.h"