From: Andre Noll 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: http://git.tuebingen.mpg.de/?p=osl.git;a=commitdiff_plain;h=45b166cb79a7ba0dad7b98ce175f694cdbcd5a3f;hp=9da57e004655c23b9868c88509d68eb06ec15700 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.