(file) Return to doc++.conf CVS log (file) (dir) Up to [Pegasus] / pegasus / doc / SDK / Attic

Diff for /pegasus/doc/SDK/Attic/doc++.conf between version 1.1 and 1.2

version 1.1, 2004/04/20 19:22:54 version 1.2, 2004/05/28 05:17:52
Line 0 
Line 1 
   # Document all
   # documentAll           false
   documentAll false
   
   # Use C/C++ comments as doc++-comments
   useNormalComments       false
   
   # Parse HTML syntax, not only TeX
   # HTMLSyntax            true
   
   # Read a list of input files from this file
   # fileList
   
   # Parse Java instead of C/C++
   parseJava               false
   
   # Ignore `#define' macros
   ignoreDefines           false
   
   # Document private members
   documentPrivateMembers  false
   
   # Optimize for speed instead of size
   optimizeForSpeed        false
   
   # Activate Quantel extensions, folding & appended comments
   quantelExtensions       false
   
   # Generate internal documentation
   internalDoc             false
   
   # Generate TeX output instead of HTML
   doTeX                   false
   
   # Generate upwards arrows in class graphs
   upwardsArrows           false
   
   # Turn verbose mode on
   verboseOperation          true
   
   # Scan `#include'ed header files
   scanIncludes            false
   
   # Parse IDL instead of C/C++
   parseIDL                false
   
   # Generate DocBook SGML output instead of HTML
   doDocBook               false
   
   # List of input files
   # inputFiles
   
   #
   # Additional options for HTML output
   #
   
   # Use tables instead of descriptions lists
   # useTables             true
   useTables false
   
   # Use tables with borders instead of descriptions lists
   # useTablesWithBorders  true
   useTablesWithBorders false
   
   # Use this file as footer on HTML pages
   footer                   PageFooter.html
   
   # Set the output directory
   # Turned this off because not sure that it
   # can take environment variables as input
   # We use %PEGASUSMANUAL_HOME% to locate html.
   #outputDir              html
   
   # Show filenames in manual pages
   #showFilenames          true
   
   # Show filenames with path in manual pages
   #showFilenamesWithPath  true
   showFilenamesWithPath false
   
   # Do not generate GIFS for equations, etc.
   noGifs                  false
   
   # Force generation of GIFs
   forceGifs               false
   
   # Don't show inherited members
   noInheritedMembers      false
   
   # Do not generate Java graphs
   noJavaGraphs            true
   
   # Keep trivial class graphs
   trivialGraphs           true
   
   # Don't show members without documentation in DOC section
   noMembers               false
   
   # Show members in TOC
   showMembersInTOC        false
   
   # Discard general stuff
   discardGeneral          false
   
   # Sort entries alphabetically
   sortEntries             false
   
   # Use this file as header on HTML pages
   header PageHeader.html
   
   # Print group documentation before group
   groupBeforeGroup        true
   
   # Print class documentation before group
   classBeforeGroup        true
   
   # Use this suffix for HTML pages
   htmlSuffix              .html
   
   # use this file as HTML style sheet
   #htmlStyleSheet           http://www.opengroup.org/stylesheets/info1.css
   
   #
   # Additional options for TeX output
   #
   
   # Only generate class graph
   onlyClassGraph          false
   
   # Read TeX environment from this file
   # environment
   
   # Generate index
   # generateIndex         true
   generateIndex false
   
   # Setup TeX style option
   # style
   
   # Use the following TeX packages
   # usePackage
   
   # Use the content of this file as TeX title page
   # title
   
   # Set minimum depth (number of levels) in TOC
   minimumDepth            1
   
   # Do not generate TeX environment
   noEnvironment           false
   
   # Do not generate the class graph
   noClassGraph            false
   
   # Set output file name
   # outputFilename
   
   # Generate source code listing
   generateSourceListing   false


Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2