diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2011-10-25 07:45:35 +0000 |
|---|---|---|
| committer | Jon A. Cruz <jon@joncruz.org> | 2011-10-25 07:45:35 +0000 |
| commit | 1a5d5d8a7e796035bc70d5c727d4d901dda50726 (patch) | |
| tree | e15866e9b83d8948e6f7329193bbe4b6eefaa840 /src/dom/util/digest.h | |
| parent | cppcheck (diff) | |
| download | inkscape-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.h | 10 |
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 |
