[glibmm/glibmm-2-32] Glib::add_exception_handler(): Fix misplaced endif.



commit b53e2b5dea687dc92e956c7d6343dcbf8eee3345
Author: Kjell Ahlstedt <kjell ahlstedt bredband net>
Date:   Mon Jun 4 19:59:28 2012 +0200

    Glib::add_exception_handler(): Fix misplaced endif.
    
    * glib/glibmm/exceptionhandler.h: Fix a misplaced endif, which has made
    Doxygen exclude add_exception_handler() from the documentation.

 ChangeLog                      |    7 +++++++
 glib/glibmm/exceptionhandler.h |    3 +--
 2 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index bccb4a2..8f6655f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2012-06-04  Kjell Ahlstedt  <kjell ahlstedt bredband net>
+
+	Glib::add_exception_handler(): Fix misplaced endif.
+
+	* glib/glibmm/exceptionhandler.h: Fix a misplaced endif, which has made
+	Doxygen exclude add_exception_handler() from the documentation.
+
 2012-05-28  Murray Cumming  <murrayc murrayc com>
 
 	Application: Pass 0 (NULL) rather than "" to GApplication.
diff --git a/glib/glibmm/exceptionhandler.h b/glib/glibmm/exceptionhandler.h
index 8a483c8..534ca06 100644
--- a/glib/glibmm/exceptionhandler.h
+++ b/glib/glibmm/exceptionhandler.h
@@ -35,10 +35,9 @@ sigc::connection add_exception_handler(const sigc::slot<void>& slot);
 #ifndef DOXYGEN_SHOULD_SKIP_THIS
 // internal
 void exception_handlers_invoke() throw();
+#endif //DOXYGEN_SHOULD_SKIP_THIS
 
 } // namespace Glib
 
-#endif //GLIBMM_EXCEPTIONS_ENABLED
-
 #endif /* _GLIBMM_EXCEPTIONHANDLER_H */
 



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