changeset 11149:239918d22c5f

[gaim-migrate @ 13228] another Doxygen warning cleanup... committer: Tailor Script <tailor@pidgin.im>
author Gary Kramlich <grim@reaperworld.com>
date Sat, 23 Jul 2005 21:27:26 +0000
parents be0f164eabc6
children 0ef4fbeeefaf
files src/gtkgaim.h
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/gtkgaim.h	Sat Jul 23 20:59:28 2005 +0000
+++ b/src/gtkgaim.h	Sat Jul 23 21:27:26 2005 +0000
@@ -42,15 +42,16 @@
 # define GAIM_ALERT_TITLE "Gaim"
 #endif
 
-/**
+/*
  * This is backwards-compatibility code for older versions of GTK+ (< 2.4.x)
  * It defines the new wrap behavior (unknown in earlier versions)
  * as the old (slightly buggy) wrap behavior.
  */
+/** @cond */
 #if (!GTK_CHECK_VERSION(2,4,0))
 #define GTK_WRAP_WORD_CHAR GTK_WRAP_WORD
 #endif
-
+/** @endcond */
 
 #endif /* _GAIM_GTKGAIM_H_ */