diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2011-10-25 07:45:35 +0000 |
|---|---|---|
| committer | Jon A. Cruz <jon@joncruz.org> | 2011-10-25 07:45:35 +0000 |
| commit | 1a5d5d8a7e796035bc70d5c727d4d901dda50726 (patch) | |
| tree | e15866e9b83d8948e6f7329193bbe4b6eefaa840 /src/registrytool.h | |
| parent | cppcheck (diff) | |
| download | inkscape-1a5d5d8a7e796035bc70d5c727d4d901dda50726.tar.gz inkscape-1a5d5d8a7e796035bc70d5c727d4d901dda50726.zip | |
Cleanup pass on documentation that was dumping garbage into doxygen output.
(bzr r10696)
Diffstat (limited to 'src/registrytool.h')
| -rw-r--r-- | src/registrytool.h | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/src/registrytool.h b/src/registrytool.h index e98f2df38..7bb00b8f5 100644 --- a/src/registrytool.h +++ b/src/registrytool.h @@ -1,12 +1,6 @@ -#ifndef __REGISTRYTOOL_H__ -#define __REGISTRYTOOL_H__ -/** - * Inkscape Registry Tool - * - * This simple tool is intended for allowing Inkscape to append subdirectories - * to its path. This will allow extensions and other files to be accesses - * without explicit user intervention. - * +#ifndef SEEN_REGISTRYTOOL_H +#define SEEN_REGISTRYTOOL_H +/* * Authors: * Bob Jamison * @@ -30,6 +24,13 @@ #include <string> #include <glibmm.h> +/** + * Inkscape Registry Tool + * + * This simple tool is intended for allowing Inkscape to append subdirectories + * to its path. This will allow extensions and other files to be accesses + * without explicit user intervention. + */ class RegistryTool { public: @@ -53,5 +54,5 @@ public: }; -#endif /* __REGISTRYTOOL_H__ */ +#endif // SEEN_REGISTRYTOOL_H |
