This is an automated email from the ASF dual-hosted git repository.

swebb2066 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4cxx.git


The following commit(s) were added to refs/heads/master by this push:
     new b328748c Ensure doxygen generates reference documentation for 
DOMConfigurator (#338)
b328748c is described below

commit b328748c81587051ba31650cffc53321df33e051
Author: Stephen Webb <[email protected]>
AuthorDate: Sun Jan 28 14:01:11 2024 +1100

    Ensure doxygen generates reference documentation for DOMConfigurator (#338)
---
 src/site/doxy/Doxyfile.in | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/site/doxy/Doxyfile.in b/src/site/doxy/Doxyfile.in
index 242371df..6a9bd2c0 100644
--- a/src/site/doxy/Doxyfile.in
+++ b/src/site/doxy/Doxyfile.in
@@ -2349,7 +2349,8 @@ PREDEFINED             = LOG4CXX_NS=log4cxx \
                          LOG4CXX_WCHAR_T_API \
                          LOG4CXX_UNICHAR_API \
                          LOG4CXX_CFSTRING_API \
-                         LOG4CXX_ABI_VERSION=@log4cxx_ABI_VER@
+                         LOG4CXX_ABI_VERSION=@log4cxx_ABI_VER@ \
+                         LOG4CXX_HAS_DOMCONFIGURATOR=1
 
 # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this
 # tag can be used to specify a list of macro names that should be expanded. The

Reply via email to