summaryrefslogtreecommitdiffstats
path: root/src/dom/xpathparser.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/xpathparser.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/xpathparser.h')
-rw-r--r--src/dom/xpathparser.h18
1 files changed, 6 insertions, 12 deletions
diff --git a/src/dom/xpathparser.h b/src/dom/xpathparser.h
index 1ad4b5f54..041564e21 100644
--- a/src/dom/xpathparser.h
+++ b/src/dom/xpathparser.h
@@ -1,7 +1,8 @@
-#ifndef __XPATHPARSER_H__
-#define __XPATHPARSER_H__
+#ifndef SEEN_XPATHPARSER_H
+#define SEEN_XPATHPARSER_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
*
@@ -794,15 +796,7 @@ private:
} // namespace dom
} // namespace w3c
} // namespace org
-#endif /* __XPATHPARSER_H__ */
+#endif // SEEN_XPATHPARSER_H
//#########################################################################
//# E N D O F F I L E
//#########################################################################
-
-
-
-
-
-
-
-