From: <sv...@ww...> - 2004-06-21 06:56:40
|
Author: mkrose Date: 2004-06-20 23:56:34 -0700 (Sun, 20 Jun 2004) New Revision: 1056 Modified: trunk/CSP/CSPSim/CHANGES.current trunk/CSP/CSPSim/Doc/Doxyfile Log: Changed doxygen control file to recurse into the variou subdirectories (Systems, Theater, etc). Browse at: https://www.zerobar.net/viewcvs/viewcvs.cgi?view=rev&rev=1056 Modified: trunk/CSP/CSPSim/CHANGES.current =================================================================== --- trunk/CSP/CSPSim/CHANGES.current 2004-06-21 06:54:28 UTC (rev 1055) +++ trunk/CSP/CSPSim/CHANGES.current 2004-06-21 06:56:34 UTC (rev 1056) @@ -1,6 +1,10 @@ Version 0.4.0 (in progress) =========================== +2004-06-20: onsight + * Changed doxygen control file to recurse into the variou subdirectories + (Systems, Theater, etc). + 2004-06-14: onsight * Added doxygen directory, control file, and make targets. Modified: trunk/CSP/CSPSim/Doc/Doxyfile =================================================================== --- trunk/CSP/CSPSim/Doc/Doxyfile 2004-06-21 06:54:28 UTC (rev 1055) +++ trunk/CSP/CSPSim/Doc/Doxyfile 2004-06-21 06:56:34 UTC (rev 1056) @@ -323,7 +323,7 @@ # should be searched for input files as well. Possible values are YES and NO. # If left blank NO is used. -RECURSIVE = NO +RECURSIVE = YES # The EXCLUDE tag can be used to specify files and/or directories that should # excluded from the INPUT source files. This way you can easily exclude a |