diff options
author | lloyd <[email protected]> | 2010-06-07 18:44:55 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2010-06-07 18:44:55 +0000 |
commit | 914d79c8dfa3b36051cac60ad9f34b08cab994ea (patch) | |
tree | 535c8444c5c84f26993d784b58ef4f3d29e8bfff /src/block/aes | |
parent | 2429ac85c1d955e637ad014a1de5fd8e396f7ae5 (diff) |
Use "/*" instead of "/**" in starting comments at the begining of a file.
This caused Doxygen to think this was markup meant for it, which really
caused some clutter in the namespace page.
Diffstat (limited to 'src/block/aes')
-rw-r--r-- | src/block/aes/aes.cpp | 2 | ||||
-rw-r--r-- | src/block/aes/aes.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/block/aes/aes.cpp b/src/block/aes/aes.cpp index df2674f34..257dfd183 100644 --- a/src/block/aes/aes.cpp +++ b/src/block/aes/aes.cpp @@ -1,4 +1,4 @@ -/** +/* * AES * (C) 1999-2009 Jack Lloyd * diff --git a/src/block/aes/aes.h b/src/block/aes/aes.h index 45026f732..00b3163b7 100644 --- a/src/block/aes/aes.h +++ b/src/block/aes/aes.h @@ -1,4 +1,4 @@ -/** +/* * AES * (C) 1999-2009 Jack Lloyd * |