aboutsummaryrefslogtreecommitdiffstats
path: root/src/block/aes_intel/aes_intel.h
diff options
context:
space:
mode:
authorlloyd <[email protected]>2010-06-07 18:44:55 +0000
committerlloyd <[email protected]>2010-06-07 18:44:55 +0000
commit914d79c8dfa3b36051cac60ad9f34b08cab994ea (patch)
tree535c8444c5c84f26993d784b58ef4f3d29e8bfff /src/block/aes_intel/aes_intel.h
parent2429ac85c1d955e637ad014a1de5fd8e396f7ae5 (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_intel/aes_intel.h')
-rw-r--r--src/block/aes_intel/aes_intel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/block/aes_intel/aes_intel.h b/src/block/aes_intel/aes_intel.h
index 9a9463479..592fb7faa 100644
--- a/src/block/aes_intel/aes_intel.h
+++ b/src/block/aes_intel/aes_intel.h
@@ -1,4 +1,4 @@
-/**
+/*
* AES using Intel's AES-NI instructions
* (C) 2009 Jack Lloyd
*