[glibmm] Glib::add_exception_handler(): Fix misplaced endif.
- From: Kjell Ahlstedt <kjellahl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glibmm] Glib::add_exception_handler(): Fix misplaced endif.
- Date: Mon, 4 Jun 2012 18:06:57 +0000 (UTC)
commit 3e1d6bb41b5ed6187d7a5fdffcb00e6182fc49c8
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 2461e87..736e6af 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]