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

  1 kumpf 1.1.2.1 # Document all
  2               # documentAll		false
  3               documentAll true
  4               
  5               # Use C/C++ comments as doc++-comments
  6               useNormalComments	false
  7               
  8               # Parse HTML syntax, not only TeX
  9               # HTMLSyntax		true
 10               
 11               # Read a list of input files from this file
 12               # fileList
 13               
 14               # Parse Java instead of C/C++
 15               parseJava		false
 16               
 17               # Ignore `#define' macros
 18               ignoreDefines		false
 19               
 20               # Document private members
 21               documentPrivateMembers	false
 22 kumpf 1.1.2.1 
 23               # Optimize for speed instead of size
 24               optimizeForSpeed	false
 25               
 26               # Activate Quantel extensions, folding & appended comments
 27               quantelExtensions	false
 28               
 29               # Generate internal documentation
 30               internalDoc		false
 31               
 32               # Generate TeX output instead of HTML
 33               doTeX			false
 34               
 35               # Generate upwards arrows in class graphs
 36               upwardsArrows		false
 37               
 38               # Turn verbose mode on
 39               verboseOperation	  true
 40               
 41               # Scan `#include'ed header files
 42               scanIncludes		false
 43 kumpf 1.1.2.1 
 44               # Parse IDL instead of C/C++
 45               parseIDL		false
 46               
 47               # Generate DocBook SGML output instead of HTML
 48               doDocBook		false
 49               
 50               # List of input files
 51               # inputFiles
 52               
 53               #
 54               # Additional options for HTML output
 55               #
 56               
 57               # Use tables instead of descriptions lists
 58               # useTables		true
 59               useTables false
 60               
 61               # Use tables with borders instead of descriptions lists
 62               # useTablesWithBorders	true
 63               useTablesWithBorders false
 64 kumpf 1.1.2.1 
 65               # Use this file as footer on HTML pages
 66               footer                   PageFooter.html
 67               
 68               # Set the output directory
 69               # Turned this off because not sure that it
 70               # can take environment variables as input
 71               # We use %PEGASUSMANUAL_HOME% to locate html.
 72               #outputDir		html
 73               
 74               # Show filenames in manual pages
 75               #showFilenames		true
 76               
 77               # Show filenames with path in manual pages
 78               #showFilenamesWithPath	true
 79               showFilenamesWithPath false
 80               
 81               # Do not generate GIFS for equations, etc.
 82               noGifs			false
 83               
 84               # Force generation of GIFs
 85 kumpf 1.1.2.1 forceGifs		false
 86               
 87               # Don't show inherited members
 88               noInheritedMembers	false
 89               
 90               # Do not generate Java graphs
 91               noJavaGraphs		true
 92               
 93               # Keep trivial class graphs
 94               trivialGraphs		true
 95               
 96               # Don't show members without documentation in DOC section
 97               noMembers		false
 98               
 99               # Show members in TOC
100               showMembersInTOC	false
101               
102               # Discard general stuff
103               discardGeneral		false
104               
105               # Sort entries alphabetically
106 kumpf 1.1.2.1 sortEntries		false
107               
108               # Use this file as header on HTML pages
109               header PageHeader.html
110               
111               # Print group documentation before group
112               groupBeforeGroup	true
113               
114               # Print class documentation before group
115               classBeforeGroup	true
116               
117               # Use this suffix for HTML pages
118               htmlSuffix		.html
119               
120               # use this file as HTML style sheet
121               #htmlStyleSheet           http://www.opengroup.org/stylesheets/info1.css
122               
123               #
124               # Additional options for TeX output
125               #
126               
127 kumpf 1.1.2.1 # Only generate class graph
128               onlyClassGraph		false
129               
130               # Read TeX environment from this file
131               # environment
132               
133               # Generate index
134               # generateIndex		true
135               generateIndex false
136               
137               # Setup TeX style option
138               # style
139               
140               # Use the following TeX packages
141               # usePackage
142               
143               # Use the content of this file as TeX title page
144               # title
145               
146               # Set minimum depth (number of levels) in TOC
147               minimumDepth		1
148 kumpf 1.1.2.1 
149               # Do not generate TeX environment
150               noEnvironment		false
151               
152               # Do not generate the class graph
153               noClassGraph		false	
154               
155               # Set output file name
156               # outputFilename
157               
158               # Generate source code listing
159               generateSourceListing	false

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2