[gtkmm] gtk/src/enums.hg: Remove documentation of enums, gmmproc adds it



commit 462df2d57b78801ab041129c24a47a69ec1ef733
Author: Kjell Ahlstedt <kjell ahlstedt bredband net>
Date:   Mon Dec 16 14:51:15 2013 +0100

    gtk/src/enums.hg: Remove documentation of enums, gmmproc adds it

 gtk/src/enums.hg |   34 ----------------------------------
 1 files changed, 0 insertions(+), 34 deletions(-)
---
diff --git a/gtk/src/enums.hg b/gtk/src/enums.hg
index 163a49a..71239e0 100644
--- a/gtk/src/enums.hg
+++ b/gtk/src/enums.hg
@@ -32,43 +32,9 @@ namespace Gtk
 _CC_INCLUDE(gtk/gtk.h)
 
 _WRAP_ENUM(AccelFlags, GtkAccelFlags)
-
 _WRAP_ENUM(Align, GtkAlign)
-
-/** Used to indicate the direction in which a Gtk::Arrow should point.
- */
 _WRAP_ENUM(ArrowType, GtkArrowType)
-
-// TODO: There must be a better way to document the enum values.
-//       Extract them from the GTK+ docs as well?
-
-/*! @var ArrowType ARROW_UP
- * Represents an upward pointing arrow.
- */
-/*! @var ArrowType ARROW_DOWN
- * Represents a downward pointing arrow.
- */
-/*! @var ArrowType ARROW_LEFT
- * Represents a left pointing arrow.
- */
-/*! @var ArrowType ARROW_RIGHT
- * Represents a right pointing arrow.
- */
-
-/** Denotes the expansion properties that a widget will have when it (or its parent) is resized.
- */
 _WRAP_ENUM(AttachOptions, GtkAttachOptions)
-
-/*! @var AttachOptions EXPAND
- * The widget should expand to take up any extra space in its container that has been allocated.
- */
-/*! @var AttachOptions SHRINK
- * The widget should shrink as and when possible.
- */
-/*! @var AttachOptions FILL
- * The widget should fill the space allocated to it.
- */
-
 _WRAP_ENUM(ButtonBoxStyle, GtkButtonBoxStyle)
 _WRAP_ENUM(DeleteType, GtkDeleteType)
 _WRAP_ENUM(DirectionType, GtkDirectionType)


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