diff options
author | lloyd <[email protected]> | 2010-06-21 14:38:34 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2010-06-21 14:38:34 +0000 |
commit | 681332a23c5547b5958eb60e2f2acc7f2ed5df9e (patch) | |
tree | 62b34d1ee771bed93c97a1fb42401731692c52f6 /src | |
parent | b4fe5806546639fb78e630bdc5b323bf7988e9a1 (diff) |
Add a simple comment for the Botan namespace decl in types.h. This
triggers Doxygen generating warnings for global functions declared in
the namespace that aren't documented.
Diffstat (limited to 'src')
-rw-r--r-- | src/utils/types.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/utils/types.h b/src/utils/types.h index 304628d02..a26e83834 100644 --- a/src/utils/types.h +++ b/src/utils/types.h @@ -10,6 +10,9 @@ #include <botan/build.h> +/** +* The primary namespace for the botan library +*/ namespace Botan { typedef unsigned char byte; |