From a15d0388b92fd4676358908a80fb2a588f1cc84e Mon Sep 17 00:00:00 2001 From: Daniel Elstner Date: Fri, 21 Aug 2015 14:55:26 +0200 Subject: docs: Define G_OS_UNIX and G_OS_WIN32 unconditionally * docs/reference/Doxyfile.in (PREDEFINED): Always define both G_OS_UNIX and G_OS_WIN32, so that the generated documentation covers all platforms. --- docs/reference/Doxyfile.in | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'docs') diff --git a/docs/reference/Doxyfile.in b/docs/reference/Doxyfile.in index 55f7c97f..369f9b61 100644 --- a/docs/reference/Doxyfile.in +++ b/docs/reference/Doxyfile.in @@ -1,11 +1,5 @@ +## @configure_input@ # Doxyfile 1.8.3 -# @configure_input@ - -# When Doxyfile.in is updated with 'doxygen -s -u Doxyfile.in' some lines -# will be distorted or removed, and must be manually restored. -# - These comment lines, including the configure_input line. -# - The lines with HOST_WINDOWS_NATIVE_[FALSE|TRUE]. -# (True of Doxygen 1.8.3. Don't know how future releases will behave.) #--------------------------------------------------------------------------- # Project related configuration options @@ -288,6 +282,8 @@ PREDEFINED = __cplusplus \ "G_GNUC_NORETURN=" \ "G_GNUC_NULL_TERMINATED=" \ "G_GNUC_PURE=" \ + G_OS_UNIX \ + G_OS_WIN32 \ "GLIBMM_API=" \ "GIOMM_API=" \ GLIBMM_DEFAULT_SIGNAL_HANDLERS_ENABLED \ @@ -295,8 +291,6 @@ PREDEFINED = __cplusplus \ GLIBMM_HAVE_WIDE_STREAM \ GLIBMM_PROPERTIES_ENABLED \ GLIBMM_VFUNCS_ENABLED -@HOST_WINDOWS_NATIVE_FALSE@PREDEFINED += G_OS_UNIX -@HOST_WINDOWS_NATIVE_TRUE@PREDEFINED += G_OS_WIN32 EXPAND_AS_DEFINED = GLIBMM_MAJOR_VERSION \ GLIBMM_MINOR_VERSION \ GLIBMM_MICRO_VERSION \ -- cgit v1.2.1