[gtk-doc] tests: disable one declaration until we know how to handle that



commit 4d0755517cf93f941edc930d3aac2387416d6707
Author: Stefan Kost <ensonic users sf net>
Date:   Wed Feb 17 15:06:44 2010 +0200

    tests: disable one declaration until we know how to handle that
    
    We handle public structs and enums differently.

 tests/gobject/src/gobject.h |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/tests/gobject/src/gobject.h b/tests/gobject/src/gobject.h
index 316da46..48e3f1c 100644
--- a/tests/gobject/src/gobject.h
+++ b/tests/gobject/src/gobject.h
@@ -22,9 +22,10 @@ typedef struct _GtkdocObjectClass GtkdocObjectClass;
 * to -decl.txt and -decl-list.txt for the struct
 * If the symbol has no docs, we get a warning in -unused.txt for the struct, but
 * not the enum
-*/
+*
 typedef struct GtkdocHelperStruct GtkdocHelperStruct;
 typedef enum GtkdocHelperEnum GtkdocHelperEnum;
+*/
 
 /**
  * GtkdocObject:



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]