src/gtkgaim.h

changeset 11149
c23b9fca59c5
parent 11035
c10c382f4896
child 11243
ee8dccc558e1
--- 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_ */
 

mercurial