diff CircularQueue.h @ 5:8cb13d89451a

Doxygen support and fixes.
author Eric Wing <ewing . public |-at-| gmail . com>
date Thu, 28 Oct 2010 01:26:11 -0700
parents 279d0427ef26
children 516da6d93534
line wrap: on
line diff
--- a/CircularQueue.h	Wed Oct 27 21:41:31 2010 -0700
+++ b/CircularQueue.h	Thu Oct 28 01:26:11 2010 -0700
@@ -296,6 +296,7 @@
  *
  * }
  * fprintf(stderr, "\n");
+ * @endcode
  *
  * @note The implementation uses a modulo operation to compute the index, so 
  * this may not be the speediest operation in a tight loop.