From 45b166cb79a7ba0dad7b98ce175f694cdbcd5a3f Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sun, 26 Jul 2009 23:36:58 +0200 Subject: [PATCH] osltar: Hide the comment for the __static__ #define. --- examples/osltar/osltar.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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. -- 2.39.2