diff options
| author | Krzysztof Kosi??ski <tweenk.pl@gmail.com> | 2008-09-23 23:34:58 +0000 |
|---|---|---|
| committer | tweenk <tweenk@users.sourceforge.net> | 2008-09-23 23:34:58 +0000 |
| commit | 3547b1082098934d583f2c483c8eb5a59e9c2bbb (patch) | |
| tree | d62ab547cdc178ec6d4028d27aa6ba75714168c7 /src/libnrtype | |
| parent | add a path parameter to doeffect_stack_test to test a bug + fix a stupid erro... (diff) | |
| download | inkscape-3547b1082098934d583f2c483c8eb5a59e9c2bbb.tar.gz inkscape-3547b1082098934d583f2c483c8eb5a59e9c2bbb.zip | |
* Lots of documentation for the Inkscape::XML namespace
* Doxygen fixes for a few files
* Garbage-collected allocator for STL containers
(bzr r6877)
Diffstat (limited to 'src/libnrtype')
| -rw-r--r-- | src/libnrtype/boundary-type.h | 6 | ||||
| -rw-r--r-- | src/libnrtype/one-box.h | 4 | ||||
| -rw-r--r-- | src/libnrtype/one-glyph.h | 15 | ||||
| -rw-r--r-- | src/libnrtype/text-boundary.h | 19 |
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" |
