From: Andre Noll <maan@systemlinux.org>
Date: Sun, 26 Jul 2009 21:36:58 +0000 (+0200)
Subject: osltar: Hide the comment for the __static__ #define.
X-Git-Tag: v0.1.0~9
X-Git-Url: https://git.tuebingen.mpg.de/?a=commitdiff_plain;h=45b166cb79a7ba0dad7b98ce175f694cdbcd5a3f;p=osl.git

osltar: Hide the comment for the __static__ #define.
---

diff --git a/examples/osltar/osltar.c b/examples/osltar/osltar.c
index 06d5f4a..e93bb0a 100644
--- a/examples/osltar/osltar.c
+++ b/examples/osltar/osltar.c
@@ -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.