chiark / gitweb /
doxygen: adapt to renamed Doxygen option.
authorVladimír Vondruš <mosra@centrum.cz>
Sat, 29 Dec 2018 21:26:17 +0000 (22:26 +0100)
committerVladimír Vondruš <mosra@centrum.cz>
Sat, 29 Dec 2018 21:26:17 +0000 (22:26 +0100)
doc/doxygen.rst
doxygen/test/compound_namespace_members_in_file_scope/Doxyfile
doxygen/test/compound_namespace_members_in_file_scope_define_base_url/Doxyfile
doxygen/test/search/Doxyfile

index a371090bd80721b2e1da789de47f8419ed633001..1974e9a5fe1ef86ba8c5af5018f47fe98d5baa38 100644 (file)
@@ -69,9 +69,9 @@ switch.
     It may work reasonably well with older versions, but I can't guarantee
     that. Upgrade to the latest version to have the best experience.
 
-    Some features depend on patches that are not yet integrated in Doxygen, in
-    that case the documentation mentions which revision to use or which patch
-    you need to apply.
+    Some features depend on newer versions or patches that are not yet
+    integrated in Doxygen, in that case the documentation mentions which
+    revision to use or which patch you need to apply.
 
 The base is contained in a single Python script and related style/template
 files, for advanced features such as math rendering it'll make use of internals
@@ -633,17 +633,16 @@ Table of contents for pages is generated only if they specify
 
 Doxygen by default doesn't render namespace members for file documentation in
 its XML output. To match the behavior of stock HTML output, enable the
-:ini:`XML_NAMESPACE_MEMBERS_IN_FILE_SCOPE` option:
+:ini:`XML_NS_MEMB_FILE_SCOPE` option:
 
 .. code:: ini
 
-    # Requires a patch to Doxygen 1.8.14, see below
-    XML_NAMESPACE_MEMBERS_IN_FILE_SCOPE = YES
+    XML_NS_MEMB_FILE_SCOPE = YES
 
 .. note-warning:: Doxygen patches
 
-    In order to use the :ini:`XML_NAMESPACE_MEMBERS_IN_FILE_SCOPE` option, you
-    need Doxygen with :gh:`doxygen/doxygen#653` applied.
+    In order to use the :ini:`XML_NS_MEMB_FILE_SCOPE` option, you need Doxygen
+    1.8.15 (released December 2018).
 
 `Code highlighting`_
 --------------------
index cd500a2281c7f8ad39f71075160725a994c9e737..8fc580a2f2d158a48708c46972e9d9bcb22487c5 100644 (file)
@@ -4,7 +4,7 @@ GENERATE_HTML           = NO
 GENERATE_LATEX          = NO
 GENERATE_XML            = YES
 XML_PROGRAMLISTING      = NO
-XML_NAMESPACE_MEMBERS_IN_FILE_SCOPE = YES
+XML_NS_MEMB_FILE_SCOPE  = YES
 
 ##! M_PAGE_FINE_PRINT   =
 ##! M_THEME_COLOR       =
index cd500a2281c7f8ad39f71075160725a994c9e737..8fc580a2f2d158a48708c46972e9d9bcb22487c5 100644 (file)
@@ -4,7 +4,7 @@ GENERATE_HTML           = NO
 GENERATE_LATEX          = NO
 GENERATE_XML            = YES
 XML_PROGRAMLISTING      = NO
-XML_NAMESPACE_MEMBERS_IN_FILE_SCOPE = YES
+XML_NS_MEMB_FILE_SCOPE  = YES
 
 ##! M_PAGE_FINE_PRINT   =
 ##! M_THEME_COLOR       =
index a87b24c90c6cc0a52a5c16502617114de1db51cb..eaef5f794d346e9f987ae80721b1a6c73262e7c8 100644 (file)
@@ -6,7 +6,7 @@ GENERATE_XML            = YES
 XML_PROGRAMLISTING      = NO
 
 # Verify that this doesn't cause duplicated items
-XML_NAMESPACE_MEMBERS_IN_FILE_SCOPE = YES
+XML_NS_MEMB_FILE_SCOPE  = YES
 
 EXAMPLE_PATH            = .
 ALIASES                 = \