summaryrefslogtreecommitdiffstats
path: root/src/dom/odf
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/odf
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/odf')
-rw-r--r--src/dom/odf/odfdocument.h16
1 files changed, 6 insertions, 10 deletions
diff --git a/src/dom/odf/odfdocument.h b/src/dom/odf/odfdocument.h
index 0f892acb0..168df11c7 100644
--- a/src/dom/odf/odfdocument.h
+++ b/src/dom/odf/odfdocument.h
@@ -1,12 +1,6 @@
-#ifndef __ODF_DOCUMENT_H__
-#define __ODF_DOCUMENT_H__
-/**
- *
- * This class contains an ODF Document.
- * Initially, we are just concerned with .odg content.xml + resources
- *
- * ---------------------------------------------------------------------
- *
+#ifndef SEEN_ODF_DOCUMENT_H
+#define SEEN_ODF_DOCUMENT_H
+/*
* Copyright (C) 2006 Bob Jamison
*
* This program is free software; you can redistribute it and/or modify
@@ -103,6 +97,8 @@ private:
/**
*
+ * This class contains an ODF Document.
+ * Initially, we are just concerned with .odg content.xml + resources
*/
class OdfDocument
{
@@ -146,7 +142,7 @@ private:
-#endif /*__ODF_DOCUMENT_H__*/
+#endif // SEEN_ODF_DOCUMENT_H
//########################################################################
//# E N D O F F I L E