summaryrefslogtreecommitdiffstats
path: root/src/dom/xpathtoken.h
diff options
context:
space:
mode:
authorJon A. Cruz <jon@joncruz.org>2011-10-25 07:45:35 +0000
committerJon A. Cruz <jon@joncruz.org>2011-10-25 07:45:35 +0000
commit1a5d5d8a7e796035bc70d5c727d4d901dda50726 (patch)
treee15866e9b83d8948e6f7329193bbe4b6eefaa840 /src/dom/xpathtoken.h
parentcppcheck (diff)
downloadinkscape-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.h10
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
//########################################################################