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/utils/buf_comp | |
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/utils/buf_comp')
-rw-r--r-- | src/utils/buf_comp/buf_comp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/buf_comp/buf_comp.h b/src/utils/buf_comp/buf_comp.h index 3f1e90bad..6c1acb520 100644 --- a/src/utils/buf_comp/buf_comp.h +++ b/src/utils/buf_comp/buf_comp.h @@ -1,4 +1,4 @@ -/** +/* * BufferedComputation * (C) 1999-2007 Jack Lloyd * |