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/xpathtoken.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/xpathtoken.h')
| -rw-r--r-- | src/dom/xpathtoken.h | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/src/dom/xpathtoken.h b/src/dom/xpathtoken.h index 8683b2ee1..5bb87917b 100644 --- a/src/dom/xpathtoken.h +++ b/src/dom/xpathtoken.h @@ -1,7 +1,8 @@ -#ifndef __XPATHTOKEN_H__ -#define __XPATHTOKEN_H__ +#ifndef SEEN_XPATHTOKEN_H +#define SEEN_XPATHTOKEN_H /** + * @file * Phoebe DOM Implementation. * * This is a C++ approximation of the W3C DOM model, which follows @@ -9,7 +10,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 * @@ -667,7 +669,7 @@ private: -#endif /* __XPATHTOKEN_H__ */ +#endif // SEEN_XPATHTOKEN_H //######################################################################## //# E N D O F F I L E //######################################################################## |
