doc/doxygen.conf
changeset 11142 7c7fe0a1a803
parent 11036 1e03af4311bd
child 11143 fd2cfa7dd551
--- a/doc/doxygen.conf	Fri Jan 16 12:12:46 2015 -0800
+++ b/doc/doxygen.conf	Tue Jan 20 13:50:26 2015 -0800
@@ -1,4 +1,4 @@
-# -*-sh-*-
+## -*-sh-*-
 
 # Doxyfile 1.8.3.1
 
@@ -199,17 +199,17 @@
 
 ALIASES                = 
 
-# Link to bug tracker
+## Link to bug tracker
 ALIASES               += bugid{1}="<a href=\"http://www.nsnam.org/bugzilla/show_bug.cgi?id=\1\">Bug \1</a>"
 
-# Set off \internal docs
+## Set off \internal docs
 ALIASES               += internal="\par \b Internal:"
 
-# Typeset parameter name in docs as in the "Parameters:" list
-# Usage:     /** \param [in/out] tag If found, \pname{tag} is ... */
+## Typeset parameter name in docs as in the "Parameters:" list
+## Usage:     /** \param [in/out] tag If found, \pname{tag} is ... */
 ALIASES               += pname{1}="<span class=\"params\"><span class=\"paramname\">\1</span></span>"
 
-# Link to RFC's
+## Link to RFC's
 ALIASES               += RFC{1}="<a href=\"http://datatracker.ietf.org/doc/rfc\1/\">RFC \1</a>"
 
 # This tag can be used to specify a number of word-keyword mappings (TCL only).
@@ -1625,7 +1625,7 @@
 
 INCLUDE_PATH           =
 
-# Allow doxygen to find generated include files, such as ns3/core-config.h
+## Allow doxygen to find generated include files, such as ns3/core-config.h
 INCLUDE_PATH          += build
 
 # You can use the INCLUDE_FILE_PATTERNS tag to specify one or more wildcard
@@ -1643,15 +1643,15 @@
 # undefined via #undef or recursively expanded use the := operator
 # instead of the = operator.
 
-# ns-3:
-#
-# We predefine NS3_ASSERT_ENABLE and NS3_LOG_ENABLE so doxygen sees
-# 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.
+## ns-3:
+##
+## We predefine NS3_ASSERT_ENABLE and NS3_LOG_ENABLE so doxygen sees
+## 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.
 
 PREDEFINED             = \
                          NS3_ASSERT_ENABLE \