summaryrefslogtreecommitdiffstats
path: root/src/dom/domptr.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/domptr.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/domptr.h')
-rw-r--r--src/dom/domptr.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/dom/domptr.h b/src/dom/domptr.h
index aaf1220f3..5a1299867 100644
--- a/src/dom/domptr.h
+++ b/src/dom/domptr.h
@@ -1,6 +1,7 @@
-#ifndef __DOMPTR_H__
-#define __DOMPTR_H__
+#ifndef SEEN_DOMPTR_H
+#define SEEN_DOMPTR_H
/**
+ * @file
* Phoebe DOM Implementation.
*
* This is a C++ approximation of the W3C DOM model, which follows
@@ -12,7 +13,8 @@
* More thorough explanations of the various classes and their algorithms
* can be found there.
*
- *
+ */
+/*
* Authors:
* Bob Jamison
*
@@ -325,7 +327,7 @@ template<class T, class U> Ptr<T>
} //namespace org
-#endif // __DOMPTR_H__
+#endif // SEEN_DOMPTR_H
/*#########################################################################