diff options
Diffstat (limited to 'src/svg/path-string.h')
| -rw-r--r-- | src/svg/path-string.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/svg/path-string.h b/src/svg/path-string.h index 1d057519f..f959b25b7 100644 --- a/src/svg/path-string.h +++ b/src/svg/path-string.h @@ -1,6 +1,4 @@ -/** - * Inkscape::SVG::PathString - builder for SVG path strings - * +/* * Copyright 2007 MenTaLguY <mental@rydia.net> * Copyright 2008 Jasper van de Gronde <th.v.d.gronde@hccnet.nl> * @@ -25,6 +23,9 @@ namespace Inkscape { namespace SVG { +/** + * Builder for SVG path strings. + */ class PathString { public: PathString(); |
