Update of /cvsroot/jsbsim/JSBSim
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv27580
Modified Files:
JSBSim.dox
Log Message:
Updated the Doxygen documentation
Index: JSBSim.dox
===================================================================
RCS file: /cvsroot/jsbsim/JSBSim/JSBSim.dox,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -r1.26 -r1.27
*** JSBSim.dox 10 Jun 2013 02:10:00 -0000 1.26
--- JSBSim.dox 3 Mar 2017 23:03:20 -0000 1.27
***************
*** 1,13 ****
! # Doxyfile 1.8.2
# This file describes the settings to be used by the documentation system
! # doxygen (www.doxygen.org) for a project
#
! # All text after a hash (#) is considered a comment and will be ignored
# The format is:
! # TAG = value [value, ...]
! # For lists items can also be appended using:
! # TAG += value [value, ...]
[...4085 lines suppressed...]
! # this, this feature is disabled by default.
! # The default value is: NO.
! # This tag requires that the tag HAVE_DOT is set to YES.
DOT_MULTI_TARGETS = NO
! # If the GENERATE_LEGEND tag is set to YES doxygen will generate a legend page
! # explaining the meaning of the various boxes and arrows in the dot generated
! # graphs.
! # The default value is: YES.
! # This tag requires that the tag HAVE_DOT is set to YES.
GENERATE_LEGEND = YES
! # If the DOT_CLEANUP tag is set to YES, doxygen will remove the intermediate dot
! # files that are used to generate the various graphs.
! # The default value is: YES.
! # This tag requires that the tag HAVE_DOT is set to YES.
DOT_CLEANUP = YES
|