#ASP.NET Documentation Tool 6.1 Sample Configuration File #Both InputFolder and OutputFolder must be specified, #all other options are optional and can be commented out #Note that where possible you should use absolute paths #rather than relative paths (i.e. D:\Inetpub\wwwroot\SampleWeb.NET #rather than SampleWeb.NET) [InputFolder] = D:\Inetpub\wwwroot\SampleWeb.NET [OutputFolder] = output #The name of the folder containing the VB.NET or C# #source code of any components used in the project #[ComponentPath] = SampleWeb.NET\Components #Name of the ASP.NET project to document. [ProjectName] = SampleWeb.NET #Document an ASP.NET project ("Web") or other project ("Windows") [ProjectType] = Web #Whether the text report should be produced. Options are 'Yes' or 'No'. [TextOutput] = Yes #Whether the HTML Help format report should be produced. Options are 'Yes' or 'No'. [HTMLHelpOutput] = No #The filename of the HTML Help Compiler (if not installed in #the default location of C:\Program Files\HTML Help Workshop #[HTMLHelpProg] = C:/Progra~1/HTMLHe~1/hhc.exe #Whether the source code lines should be numbered. Options are 'Yes' or 'No'. [UseLineNumbering] = Yes #Whether the source code should be color coded and syntax highlighted #Options are 'Yes' or 'No'. [SyntaxHighlightSourceCode] = Yes #Whether the source code should be color code certain entities #Options are 'Yes' or 'No'. [ColorCodeInSourceCode] = No #Whether the source code should hyperlink certain entities #Options are 'Yes' or 'No'. [HyperlinkInSourceCode] = Yes #Whether the ASP.NET Documentation Tool's progress should be output to the #command line. Options are 'Yes' or 'No'. [VerboseMode] = Yes #Modification needed for certain projects #[ProjectRootFolderName] = SampleWeb.NET #Specify which methods (i.e. functions and subroutines) #to display. Possible options are: #'All' = Displays all functions and subroutines. This is the default option. #'NotInClass' = Displays any functions and subroutines that are not in classes. #'NotEvents' = Doesn't show methods that are events (these have underscores in their names) #'NotInClassAndNotEvents' = Does both 'NotInClass' and 'NotEvents' [DisplayMethods] = NotInClassAndNotEvents #Alters the appearance of the HTML Help Table of Contents. #Possible options are 'Folders' or 'Books'. The default option is 'Folders' [HTMLHelpDisplayType] = Books #Database connection string #[DSN] = DSN=Northwind;UID=myuser;PWD=548gjg6 #Name of database to document #[Database] = Pubs #Type of database to document (either 'SQL Server' or 'Microsoft Access') #[Database] = SQL Server ########################### #Report formatting options# ########################### [ReportHeaderColor] = #CFDDFF [ReportRowColor] = #E9EAFD [ReportBorderColor] = #000000 [ReportBorderColorDark] = #BCBDFA [ReportBorderColorLight] = #FFFFFF