summaryrefslogtreecommitdiffstats
path: root/src/dom/util/digest.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/util/digest.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/util/digest.h')
-rw-r--r--src/dom/util/digest.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/src/dom/util/digest.h b/src/dom/util/digest.h
index 8c193420f..fed5b7e86 100644
--- a/src/dom/util/digest.h
+++ b/src/dom/util/digest.h
@@ -1,8 +1,6 @@
-#ifndef __DIGEST_H__
-#define __DIGEST_H__
-/**
- * Secure Hashing Tool
- *
+#ifndef SEEN_DIGEST_H
+#define SEEN_DIGEST_H
+/*
*
* Author:
* Bob Jamison
@@ -25,7 +23,7 @@
*/
/**
- *
+ * @file
* This base class and its subclasses provide an easy API for providing
* several different types of secure hashing functions for whatever use
* a developer might need. This is not intended as a high-performance