From 3547b1082098934d583f2c483c8eb5a59e9c2bbb Mon Sep 17 00:00:00 2001 From: Krzysztof Kosi??ski Date: Tue, 23 Sep 2008 23:34:58 +0000 Subject: * Lots of documentation for the Inkscape::XML namespace * Doxygen fixes for a few files * Garbage-collected allocator for STL containers (bzr r6877) --- src/libnrtype/boundary-type.h | 6 ++++-- src/libnrtype/one-box.h | 4 +++- src/libnrtype/one-glyph.h | 15 +++++++++------ src/libnrtype/text-boundary.h | 19 +++++++++++-------- 4 files changed, 27 insertions(+), 17 deletions(-) (limited to 'src/libnrtype') 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" -- cgit v1.2.3