(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 karl  1.3 # HTMLSyntax		true
  9 karl  1.1 
 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           # 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 karl  1.1 
 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 karl  1.3 verboseOperation	  true
 39 karl  1.1 
 40           # Scan `#include'ed header files
 41           scanIncludes		false
 42           
 43           # 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 karl  1.1 useTablesWithBorders	true
 61           
 62           # Use this file as footer on HTML pages
 63 mike  1.4 footer                   PageFooter.html
 64 karl  1.1 
 65           # Set the output directory
 66 karl  1.2 # Turned this off because not sure that it
 67           # can take environment variables as input
 68           # We use %PEGASUSMANUAL_HOME% to locate html.
 69           #outputDir		html
 70 karl  1.1 
 71           # Show filenames in manual pages
 72           showFilenames		true
 73           
 74           # Show filenames with path in manual pages
 75           showFilenamesWithPath	true
 76           
 77           # Do not generate GIFS for equations, etc.
 78           noGifs			false
 79           
 80           # Force generation of GIFs
 81           forceGifs		false
 82           
 83           # Don't show inherited members
 84           noInheritedMembers	false
 85           
 86           # Do not generate Java graphs
 87           noJavaGraphs		false
 88           
 89           # Keep trivial class graphs
 90           trivialGraphs		true
 91 karl  1.1 
 92           # Don't show members without documentation in DOC section
 93           noMembers		false
 94           
 95           # Show members in TOC
 96           showMembersInTOC	true
 97           
 98           # Discard general stuff
 99           discardGeneral		false
100           
101           # Sort entries alphabetically
102           sortEntries		false
103           
104           # Use this file as header on HTML pages
105           header pageheader.html
106           
107           # Print group documentation before group
108           groupBeforeGroup	true
109           
110           # Print class documentation before group
111           classBeforeGroup	true
112 karl  1.1 
113           # Use this suffix for HTML pages
114           htmlSuffix		.html
115           
116           # use this file as HTML style sheet
117 mike  1.4 htmlStyleSheet           http://www.opengroup.org/stylesheets/info1.css">
118 karl  1.1 
119           #
120           # Additional options for TeX output
121           #
122           
123           # Only generate class graph
124           onlyClassGraph		false
125           
126           # Read TeX environment from this file
127           # environment
128           
129           # Generate index
130 karl  1.2 generateIndex		true
131 karl  1.1 
132           # Setup TeX style option
133           # style
134           
135           # Use the following TeX packages
136           # usePackage
137           
138           # Use the content of this file as TeX title page
139           # title
140           
141           # Set minimum depth (number of levels) in TOC
142           minimumDepth		1
143           
144           # Do not generate TeX environment
145           noEnvironment		false
146           
147           # Do not generate the class graph
148           noClassGraph		false
149           
150           # Set output file name
151           # outputFilename
152 karl  1.1 
153           # Generate source code listing
154           generateSourceListing	false

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2