[gtkmm] gmmproc: _CLASS_GTKOBJECT: Include destructor documentation.



commit 4fee36c9a8ab9bdf396eaba1e23f768848adc280
Author: Josà Alburquerque <jaalburqu svn gnome org>
Date:   Thu Mar 1 17:06:58 2012 -0500

    gmmproc: _CLASS_GTKOBJECT: Include destructor documentation.
    
    	* tools/m4/class_gtkobject.m4: Include possible Doxygen comment block
    	documentation sent to the new (in glibmm) SECTION_DTOR_DOCUMENTATION
    	section from the use of the also new _DOCUMENT_DTOR() macro.
    
    	Bug #668918.

 ChangeLog                   |   10 ++++++++++
 tools/m4/class_gtkobject.m4 |    1 +
 2 files changed, 11 insertions(+), 0 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 4ceb325..de7d9e0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2012-03-01  Josà Alburquerque  <jaalburquerque gmail com>
+
+	gmmproc: _CLASS_GTKOBJECT: Include destructor documentation.
+
+	* tools/m4/class_gtkobject.m4: Include possible Doxygen comment block
+	documentation sent to the new (in glibmm) SECTION_DTOR_DOCUMENTATION
+	section from the use of the also new _DOCUMENT_DTOR() macro.
+
+	Bug #668918.
+
 2012-02-29  Josà Alburquerque  <jaalburquerque gmail com>
 
 	tools: Add XML and defs generation scripts.
diff --git a/tools/m4/class_gtkobject.m4 b/tools/m4/class_gtkobject.m4
index 8737969..7d9e923 100644
--- a/tools/m4/class_gtkobject.m4
+++ b/tools/m4/class_gtkobject.m4
@@ -186,6 +186,7 @@ public:
   typedef __REAL_CNAME__`'Class BaseClassType;
 #endif /* DOXYGEN_SHOULD_SKIP_THIS */
 
+_IMPORT(SECTION_DTOR_DOCUMENTATION)
   virtual ~__CPPNAME__`'();
 
 #ifndef DOXYGEN_SHOULD_SKIP_THIS



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