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

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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2