osltar: Hide the comment for the __static__ #define.
authorAndre Noll <maan@systemlinux.org>
Sun, 26 Jul 2009 21:36:58 +0000 (23:36 +0200)
committerAndre Noll <maan@systemlinux.org>
Sun, 26 Jul 2009 21:36:58 +0000 (23:36 +0200)
examples/osltar/osltar.c

index 06d5f4a206917f420b12b224961a09db16d54912..e93bb0a65a0a41a154f8748fbfd8bacb6d70c472 100644 (file)
@@ -35,10 +35,11 @@ enum osltar_columns {
 
 
 /**
- * We want doxygen to create documentation for certain static functions. So we
- * use __static__ for such functions.
+ * \cond We want doxygen to create documentation for certain static functions.
+ * So we use __static__ for such functions.
  */
 #define __static__ static
+/** \endcond */
 
 /**
  * Compare two osl objects of string type.