[doxygen] Clarify doxygen.conf PREDEFINED variable.
authorPeter D. Barnes, Jr. <barnes26@llnl.gov>
Mon, 10 Mar 2014 12:52:16 -0700
changeset 10655 3938a59432be
parent 10654 0148f9c47331
child 10656 d0c272de19b2
[doxygen] Clarify doxygen.conf PREDEFINED variable.
doc/doxygen.conf
--- a/doc/doxygen.conf	Mon Mar 10 10:57:50 2014 -0700
+++ b/doc/doxygen.conf	Mon Mar 10 12:52:16 2014 -0700
@@ -1663,15 +1663,12 @@
 # ns-3:
 #
 # We predefine NS3_ASSERT_ENABLE and NS3_LOG_ENABLE so doxygen sees
-# the working definitions.
+# the working definitions.  (These are normally defined by waf
+# in ns3/core-config.h)
 #
 # Function like macros at file global scope typically need to be here,
 # since doxygen confuses invocations of these macros for function
 # definitions.
-#
-# We also list the generic logging macros to suppress the "Referenced by"
-# sections.  Since these macros are so heavily used the references are
-# pages long.
 
 PREDEFINED             = \
                          NS3_ASSERT_ENABLE \