Update of /cvsroot/playerstage/code/player/doc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2884/doc

Modified Files:
        player.dox 
Log Message:
changes to blackboard interface and client proxies


Index: player.dox
===================================================================
RCS file: /cvsroot/playerstage/code/player/doc/player.dox,v
retrieving revision 1.54
retrieving revision 1.55
diff -C2 -d -r1.54 -r1.55
*** player.dox  13 Dec 2007 20:23:03 -0000      1.54
--- player.dox  21 Jan 2008 02:58:45 -0000      1.55
***************
*** 234,238 ****
  # will be included in the documentation.
  
! EXTRACT_PRIVATE        = NO
  
  # If the EXTRACT_STATIC tag is set to YES all static members of a file 
--- 234,238 ----
  # will be included in the documentation.
  
! EXTRACT_PRIVATE        = YES
  
  # If the EXTRACT_STATIC tag is set to YES all static members of a file 
***************
*** 469,474 ****
  # *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm *.py
  
! FILE_PATTERNS          = *.cc *.h
! 
  # The RECURSIVE tag can be used to turn specify whether or not subdirectories 
  # should be searched for input files as well. Possible values are YES and NO. 
--- 469,473 ----
  # *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm *.py
  
! FILE_PATTERNS          = *.cc *.h *.cpp
  # The RECURSIVE tag can be used to turn specify whether or not subdirectories 
  # should be searched for input files as well. Possible values are YES and NO. 
***************
*** 738,742 ****
  # generate Latex output.
  
! GENERATE_LATEX         = NO
  
  # The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put. 
--- 737,741 ----
  # generate Latex output.
  
! GENERATE_LATEX         = YES
  
  # The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put. 
***************
*** 1076,1080 ****
  # recommended to install and use dot, since it yields more powerful graphs.
  
! CLASS_DIAGRAMS         = NO
  
  # If set to YES, the inheritance and collaboration graphs will hide 
--- 1075,1079 ----
  # recommended to install and use dot, since it yields more powerful graphs.
  
! CLASS_DIAGRAMS         = YES
  
  # If set to YES, the inheritance and collaboration graphs will hide 
***************
*** 1089,1093 ****
  # have no effect if this option is set to NO (the default)
  
! HAVE_DOT               = NO
  
  # If the CLASS_GRAPH and HAVE_DOT tags are set to YES then doxygen 
--- 1088,1092 ----
  # have no effect if this option is set to NO (the default)
  
! HAVE_DOT               = YES
  
  # If the CLASS_GRAPH and HAVE_DOT tags are set to YES then doxygen 
***************
*** 1096,1100 ****
  # the CLASS_DIAGRAMS tag to NO.
  
! CLASS_GRAPH            = NO
  
  # If the COLLABORATION_GRAPH and HAVE_DOT tags are set to YES then doxygen 
--- 1095,1099 ----
  # the CLASS_DIAGRAMS tag to NO.
  
! CLASS_GRAPH            = YES
  
  # If the COLLABORATION_GRAPH and HAVE_DOT tags are set to YES then doxygen 
***************
*** 1103,1112 ****
  # class references variables) of the class with other documented classes.
  
! COLLABORATION_GRAPH    = NO
  
  # If the GROUP_GRAPHS and HAVE_DOT tags are set to YES then doxygen 
  # will generate a graph for groups, showing the direct groups dependencies
  
! GROUP_GRAPHS           = NO
  
  # If the UML_LOOK tag is set to YES doxygen will generate inheritance and 
--- 1102,1111 ----
  # class references variables) of the class with other documented classes.
  
! COLLABORATION_GRAPH    = YES
  
  # If the GROUP_GRAPHS and HAVE_DOT tags are set to YES then doxygen 
  # will generate a graph for groups, showing the direct groups dependencies
  
! GROUP_GRAPHS           = YES
  
  # If the UML_LOOK tag is set to YES doxygen will generate inheritance and 
***************
*** 1114,1118 ****
  # Language.
  
! UML_LOOK               = NO
  
  # If set to YES, the inheritance and collaboration graphs will show the 
--- 1113,1117 ----
  # Language.
  
! UML_LOOK               = YES
  
  # If set to YES, the inheritance and collaboration graphs will show the 
***************
*** 1141,1145 ****
  # functions only using the \callgraph command.
  
! CALL_GRAPH             = NO
  
  # If the GRAPHICAL_HIERARCHY and HAVE_DOT tags are set to YES then doxygen 
--- 1140,1144 ----
  # functions only using the \callgraph command.
  
! CALL_GRAPH             = YES
  
  # If the GRAPHICAL_HIERARCHY and HAVE_DOT tags are set to YES then doxygen 
***************
*** 1213,1217 ****
  # support this, this feature is disabled by default.
  
! DOT_MULTI_TARGETS      = NO
  
  # If the GENERATE_LEGEND tag is set to YES (the default) Doxygen will 
--- 1212,1216 ----
  # support this, this feature is disabled by default.
  
! DOT_MULTI_TARGETS      = YES
  
  # If the GENERATE_LEGEND tag is set to YES (the default) Doxygen will 


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to