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/dom/domstring.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/dom/domstring.h')
| -rw-r--r-- | src/dom/domstring.h | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/src/dom/domstring.h b/src/dom/domstring.h index a963e9850..0002bd9b5 100644 --- a/src/dom/domstring.h +++ b/src/dom/domstring.h @@ -1,6 +1,7 @@ -#ifndef __DOMSTRING_H__ -#define __DOMSTRING_H__ +#ifndef SEEN_DOMSTRING_H +#define SEEN_DOMSTRING_H /** + * @file * Phoebe DOM Implementation. * * This is a C++ approximation of the W3C DOM model, which follows @@ -8,7 +9,8 @@ * which are provided for reference. Most important is this one: * * http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/idl-definitions.html - * + */ +/* * Authors: * Bob Jamison * @@ -306,7 +308,7 @@ DOMString &operator +(const char *b, DOMString &a); } //namespace w3c } //namespace org -#endif // __DOMSTRING_H__ +#endif // SEEN_DOMSTRING_H //######################################################################### //## E N D O F F I L E //######################################################################### |
