|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.maven.plugin.AbstractMojo
com.soebes.maven.plugins.dmg.AbstractDoxygenConfigurationMojo
public abstract class AbstractDoxygenConfigurationMojo
This class contains all configurable parameters for the doxygen call. These parameters can be defined in the configuration section of the plugin in.
| Field Summary | |
|---|---|
private java.lang.String |
abbreviateBrief
This tag implements a quasi-intelligent brief description abbreviator that is used to form the text in various listings. |
private java.lang.String |
aliases
This tag can be used to specify a number of aliases that acts as commands in the documentation. |
private boolean |
allexternals
If the ALLEXTERNALS tag is set to YES all external classes will be listed in the class index. |
private boolean |
alphabeticalIndex
If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index of all compounds will be generated. |
private boolean |
alwaysDetailedSec
If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then Doxygen will generate a detailed section even if there is only a brief description. |
private boolean |
binaryToc
If the GENERATE_HTMLHELP tag is set to YES, the BINARY_TOC flag controls whether a binary table of contents is generated (YES) or a normal table of contents (NO) in the .chm file. |
private boolean |
briefMemberDesc
If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will include brief member descriptions after the members that are listed in the file and class documentation (similar to JavaDoc). |
private boolean |
builtinStlSupport
If you use STL classes (i.e. std::string, std::vector, etc.) but do not want to include (a tag file for) the STL sources as input, then you should set this tag to YES in order to let doxygen match functions declarations and definitions whose arguments contain STL classes (e.g. func(std::string); v.s. |
private boolean |
callerGraph
If the CALLER_GRAPH and HAVE_DOT tags are set to YES then doxygen will generate a caller dependency graph for every global function or class method. |
private boolean |
callGraph
If the CALL_GRAPH and HAVE_DOT options are set to YES then doxygen will generate a call dependency graph for every global function or class method. |
private boolean |
caseSenseNames
If the CASE_SENSE_NAMES tag is set to NO then Doxygen will only generate file names in lower-case letters. |
private java.lang.String |
chmFile
If the GENERATE_HTMLHELP tag is set to YES, the CHM_FILE tag can be used to specify the file name of the resulting .chm file. |
private java.lang.String |
chmIndexEncoding
If the GENERATE_HTMLHELP tag is set to YES, the CHM_INDEX_ENCODING is used to encode HtmlHelp index (hhk), content (hhc) and project file content. |
private boolean |
classDiagrams
If the CLASS_DIAGRAMS tag is set to YES (the default) Doxygen will generate a inheritance diagram (in HTML, RTF and LaTeX) for classes with base or super classes. |
private boolean |
classGraph
If the CLASS_GRAPH and HAVE_DOT tags are set to YES then doxygen will generate a graph for each documented class showing the direct and indirect inheritance relations. |
private boolean |
collaborationGraph
If the COLLABORATION_GRAPH and HAVE_DOT tags are set to YES then doxygen will generate a graph for each documented class showing the direct and indirect implementation dependencies (inheritance, containment, and class references variables) of the class with other documented classes. |
private java.lang.Integer |
colsInAlphaIndex
If the alphabetical index is enabled (see ALPHABETICAL_INDEX) then the COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns in which this list will be split (can be a number in the range [1..20]) |
private boolean |
compactLatex
If the COMPACT_LATEX tag is set to YES Doxygen generates more compact LaTeX documents. |
private boolean |
compactRtf
If the COMPACT_RTF tag is set to YES Doxygen generates more compact RTF documents. |
private java.io.File |
configurationFile
This defines which file will be used as Doxygen configuration file instead of creating one. |
private boolean |
cppCliSupport
If you use Microsoft's C++/CLI language, you should set this option to YES to enable parsing support. |
private boolean |
createSubdirs
If the CREATE_SUBDIRS tag is set to YES, then doxygen will create 4096 sub-directories (in 2 levels) under the output directory of each output format and will distribute the generated files over these directories. |
private boolean |
directoryGraph
If the DIRECTORY_GRAPH, SHOW_DIRECTORIES and HAVE_DOT tags are set to YES then doxygen will show the dependencies a directory has on other directories in a graphical way. |
private boolean |
disableIndex
The DISABLE_INDEX tag can be used to turn on/off the condensed index at top of each HTML page. |
private boolean |
distributeGroupDoc
If member grouping is used in the documentation and the DISTRIBUTE_GROUP_DOC tag is set to YES, then doxygen will reuse the documentation of the first member in the group (if any) for the other members of the group. |
private java.lang.String |
docsetBundleId
When GENERATE_DOCSET tag is set to YES, this tag specifies a string that should uniquely identify the documentation set bundle. |
private java.lang.String |
docsetFeedname
When GENERATE_DOCSET tag is set to YES, this tag determines the name of the feed. |
private boolean |
dotCleanup
If the DOT_CLEANUP tag is set to YES (the default) Doxygen will remove the intermediate dot files that are used to generate the various graphs. |
private java.lang.String |
dotfileDirs
The DOTFILE_DIRS tag can be used to specify one or more directories that contain dot files that are included in the documentation (see the \dotfile command). |
private java.lang.String |
dotFontname
By default doxygen will write a font called FreeSans.ttf to the output directory and reference it in all dot files that doxygen generates. |
private java.lang.String |
dotFontpath
By default doxygen will tell dot to use the output directory to look for the FreeSans.ttf font (which doxygen will put there itself). |
private java.lang.Integer |
dotFontsize
The DOT_FONTSIZE tag can be used to set the size of the font of dot graphs. |
private java.lang.Integer |
dotGraphMaxNodes
The DOT_GRAPH_MAX_NODES tag can be used to set the maximum number of nodes that will be shown in the graph. |
private java.lang.String |
dotImageFormat
The DOT_IMAGE_FORMAT tag can be used to set the image format of the images generated by dot. |
private boolean |
dotMultiTargets
Set the DOT_MULTI_TARGETS tag to YES allow dot to generate multiple output files in one run (i.e. multiple -o and -T options on the command line). |
private java.lang.String |
dotPath
The tag DOT_PATH can be used to specify the path where the dot tool can be found. |
private boolean |
dotTransparent
Set the DOT_TRANSPARENT tag to YES to generate images with a transparent background. |
private java.lang.String |
doxyfileEncoding
This tag specifies the encoding used for all characters in the config file that follow. |
private java.lang.String |
enabledSections
The ENABLED_SECTIONS tag can be used to enable conditional documentation sections, marked by \if sectionname ... |
private boolean |
enablePreprocessing
If the ENABLE_PREPROCESSING tag is set to YES (the default) Doxygen will evaluate all C-preprocessor directives found in the sources and include files. |
private java.lang.Integer |
enumValuesPerLine
This tag can be used to set the number of enum values (range [1..20]) that doxygen will group on one line in the generated HTML documentation. |
private java.lang.String |
examplePath
The EXAMPLE_PATH tag can be used to specify one or more files or directories that contain example code fragments that are included (see the \include command). |
private java.lang.String |
examplePatterns
If the value of the EXAMPLE_PATH tag contains directories, you can use the EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp and *.h) to filter out the source-files in the directories. |
private boolean |
exampleRecursive
If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be searched for input files to be used with the \include or \dontinclude commands irrespective of the value of the RECURSIVE tag. |
private java.lang.String |
exclude
The EXCLUDE tag can be used to specify files and/or directories that should excluded from the INPUT source files. |
private java.lang.String |
excludePatterns
If the value of the INPUT tag contains directories, you can use the EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude certain files from those directories. |
private java.lang.String |
excludeSymbols
The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names (namespaces, classes, functions, etc.) that should be excluded from the output. |
private boolean |
excludeSymlinks
The EXCLUDE_SYMLINKS tag can be used select whether or not files or directories that are symbolic links (a Unix filesystem feature) are excluded from the input. |
private java.lang.String |
expandAsDefined
If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this tag can be used to specify a list of macro names that should be expanded. |
private boolean |
expandOnlyPredef
If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES then the macro expansion is limited to the macros specified with the PREDEFINED and EXPAND_AS_DEFINED tags. |
private boolean |
externalGroups
If the EXTERNAL_GROUPS tag is set to YES all external groups will be listed in the modules index. |
private boolean |
extractAll
If the EXTRACT_ALL tag is set to YES doxygen will assume all entities in documentation are documented, even if no documentation was available. |
private boolean |
extractAnonNspaces
If this flag is set to YES, the members of anonymous namespaces will be extracted and appear in the documentation as a namespace called 'anonymous_namespace{file}', where file will be replaced with the base name of the file that contains the anonymous namespace. |
private boolean |
extractLocalClasses
If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs) defined locally in source files will be included in the documentation. |
private boolean |
extractLocalMethods
This flag is only useful for Objective-C code. |
private boolean |
extractPrivate
If the EXTRACT_PRIVATE tag is set to YES all private members of a class will be included in the documentation. |
private boolean |
extractStatic
If the EXTRACT_STATIC tag is set to YES all static members of a file will be included in the documentation. |
private java.lang.String |
extraPackages
The EXTRA_PACKAGES tag can be to specify one or more names of LaTeX packages that should be included in the LaTeX output. |
private java.lang.String |
filePatterns
If the value of the INPUT tag contains directories, you can use the FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp and *.h) to filter out the source-files in the directories. |
private java.lang.String |
fileVersionFilter
The FILE_VERSION_FILTER tag can be used to specify a program or script that doxygen should invoke to get the current version for each file (typically from the version control system). |
private java.lang.String |
filterPatterns
The FILTER_PATTERNS tag can be used to specify filters on a per file pattern basis. |
private boolean |
filterSourceFiles
If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using INPUT_FILTER) will be used to filter the input files when producing source files to browse (i.e. when SOURCE_BROWSER is set to YES). |
private java.lang.Integer |
formulaFontsize
Use this tag to change the font size of Latex formulas included as images in the HTML documentation. |
private boolean |
fullPathNames
If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full path before files name in the file list and in the header files. |
private boolean |
generateAutogenDef
If the GENERATE_AUTOGEN_DEF tag is set to YES Doxygen will generate an AutoGen Definitions (see autogen.sf.net) file that captures the structure of the code including all documentation. |
private boolean |
generateBuglist
The GENERATE_BUGLIST tag can be used to enable (YES) or disable (NO) the bug list. |
private boolean |
generateChi
If the GENERATE_HTMLHELP tag is set to YES, the GENERATE_CHI flag controls if a separate .chi index file is generated (YES) or that it should be included in the master .chm file (NO). |
private boolean |
generateDeprecatedlist
The GENERATE_DEPRECATEDLIST tag can be used to enable (YES) or disable (NO) the deprecated list. |
private boolean |
generateDocset
If the GENERATE_DOCSET tag is set to YES, additional index files will be generated that can be used as input for Apple's Xcode 3 integrated development environment, introduced with OSX 10.5 (Leopard). |
private boolean |
generateHtml
If the GENERATE_HTML tag is set to YES (the default) Doxygen will generate HTML output. |
private boolean |
generateHtmlhelp
If the GENERATE_HTMLHELP tag is set to YES, additional index files will be generated that can be used as input for tools like the Microsoft HTML help workshop to generate a compiled HTML help file (.chm) of the generated HTML documentation. |
private boolean |
generateLatex
If the GENERATE_LATEX tag is set to YES (the default) Doxygen will generate Latex output. |
private boolean |
generateLegend
If the GENERATE_LEGEND tag is set to YES (the default) Doxygen will generate a legend page explaining the meaning of the various boxes and arrows in the dot generated graphs. |
private boolean |
generateMan
If the GENERATE_MAN tag is set to YES (the default) Doxygen will generate man pages |
private boolean |
generatePerlmod
If the GENERATE_PERLMOD tag is set to YES Doxygen will generate a Perl module file that captures the structure of the code including all documentation. |
private boolean |
generateQhp
If the GENERATE_QHP tag is set to YES and both QHP_NAMESPACE and QHP_VIRTUAL_FOLDER are set, an additional index file will be generated that can be used as input for Qt's qhelpgenerator to generate a Qt Compressed Help (.qch) of the generated HTML documentation. |
private boolean |
generateRtf
If the GENERATE_RTF tag is set to YES Doxygen will generate RTF output The RTF output is optimized for Word 97 and may not look very pretty with other RTF readers or editors. |
private java.lang.String |
generateTagfile
When a file name is specified after GENERATE_TAGFILE, doxygen will create a tag file that is based on the input files it reads. |
private boolean |
generateTestlist
The GENERATE_TESTLIST tag can be used to enable (YES) or disable (NO) the test list. |
private boolean |
generateTodolist
The GENERATE_TODOLIST tag can be used to enable (YES) or disable (NO) the todo list. |
private java.lang.String |
generateTreeview
The GENERATE_TREEVIEW tag is used to specify whether a tree-like index structure should be generated to display hierarchical information. |
private boolean |
generateXml
If the GENERATE_XML tag is set to YES Doxygen will generate an XML file that captures the structure of the code including all documentation. |
private boolean |
graphicalHierarchy
If the GRAPHICAL_HIERARCHY and HAVE_DOT tags are set to YES then doxygen will graphical hierarchy of all classes instead of a textual one. |
private boolean |
groupGraphs
If the GROUP_GRAPHS and HAVE_DOT tags are set to YES then doxygen will generate a graph for groups, showing the direct groups dependencies |
private boolean |
haveDot
If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is available from the path. |
private java.lang.String |
hhcLocation
If the GENERATE_HTMLHELP tag is set to YES, the HHC_LOCATION tag can be used to specify the location (absolute path including file name) of the HTML help compiler (hhc.exe). |
private boolean |
hideFriendCompounds
If the HIDE_FRIEND_COMPOUNDS tag is set to YES, Doxygen will hide all friend (class|struct|union) declarations. |
private boolean |
hideInBodyDocs
If the HIDE_IN_BODY_DOCS tag is set to YES, Doxygen will hide any documentation blocks found inside the body of a function. |
private boolean |
hideScopeNames
If the HIDE_SCOPE_NAMES tag is set to NO (the default) then Doxygen will show members with their full class and namespace scopes in the documentation. |
private boolean |
hideUndocClasses
If the HIDE_UNDOC_CLASSES tag is set to YES, Doxygen will hide all undocumented classes that are normally visible in the class hierarchy. |
private boolean |
hideUndocMembers
If the HIDE_UNDOC_MEMBERS tag is set to YES, Doxygen will hide all undocumented members of documented classes, files or namespaces. |
private boolean |
hideUndocRelations
If set to YES, the inheritance and collaboration graphs will hide inheritance and usage relations if the target is undocumented or is not a class. |
private boolean |
htmlAlignMembers
If the HTML_ALIGN_MEMBERS tag is set to YES, the members of classes, files or namespaces will be aligned in HTML using tables. |
private boolean |
htmlDynamicSections
If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML documentation will contain sections that can be hidden and shown after the page has loaded. |
private java.lang.String |
htmlFileExtension
The HTML_FILE_EXTENSION tag can be used to specify the file extension for each generated HTML page (for example: .htm,.php,.asp). |
private java.lang.String |
htmlFooter
The HTML_FOOTER tag can be used to specify a personal HTML footer for each generated HTML page. |
private java.lang.String |
htmlHeader
The HTML_HEADER tag can be used to specify a personal HTML header for each generated HTML page. |
private java.lang.String |
htmlOutput
The HTML_OUTPUT tag is used to specify where the HTML docs will be put. |
private java.lang.String |
htmlStylesheet
The HTML_STYLESHEET tag can be used to specify a user-defined cascading style sheet that is used by each HTML page. |
private boolean |
idlPropertySupport
For Microsoft's IDL there are propget and propput attributes to indicate getter and setter methods for a property. |
private java.lang.String |
ignorePrefix
In case all classes in a project start with a common prefix, all classes will be put under the same header in the alphabetical index. |
private java.lang.String |
imagePath
The IMAGE_PATH tag can be used to specify one or more files or directories that contain image that are included in the documentation (see the \image command). |
private boolean |
includedByGraph
If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDED_BY_GRAPH, and HAVE_DOT tags are set to YES then doxygen will generate a graph for each documented header file showing the documented files that directly or indirectly include this file. |
private java.lang.String |
includeFilePatterns
You can use the INCLUDE_FILE_PATTERNS tag to specify one or more wildcard patterns (like *.h and *.hpp) to filter out the header-files in the directories. |
private boolean |
includeGraph
If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDE_GRAPH, and HAVE_DOT tags are set to YES then doxygen will generate a graph for each documented file showing the direct and indirect include dependencies of the file with other documented files. |
private java.lang.String |
includePath
The INCLUDE_PATH tag can be used to specify one or more directories that contain include files that are not input files but should be processed by the preprocessor. |
private boolean |
inheritDocs
If the INHERIT_DOCS tag is set to YES (the default) then an undocumented member inherits the documentation from any documented member that it re-implements. |
private boolean |
inlineInfo
If the INLINE_INFO tag is set to YES (the default) then a tag [inline] is inserted in the documentation for inline members. |
private boolean |
inlineInheritedMemb
If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all inherited members of a class in the documentation of that class as if those members were ordinary class members. |
private boolean |
inlineSources
Setting the INLINE_SOURCES tag to YES will include the body of functions and classes directly in the documentation. |
private java.lang.String |
input
The INPUT tag can be used to specify the files and/or directories that contain documented source files. |
private java.lang.String |
inputEncoding
This tag can be used to specify the character encoding of the source files that doxygen parses. |
private java.lang.String |
inputFilter
The INPUT_FILTER tag can be used to specify a program that doxygen should invoke to filter for each input file. |
private boolean |
internalDocs
The INTERNAL_DOCS tag determines if documentation that is typed after a \internal command is included. |
private boolean |
javadocAutobrief
If the JAVADOC_AUTOBRIEF tag is set to YES then Doxygen will interpret the first line (until the first dot) of a JavaDoc-style comment as the brief description. |
private boolean |
latexBatchmode
If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \\batchmode. |
private java.lang.String |
latexCmdName
The LATEX_CMD_NAME tag can be used to specify the LaTeX command name to be invoked. |
private java.lang.String |
latexHeader
The LATEX_HEADER tag can be used to specify a personal LaTeX header for the generated latex document. |
private boolean |
latexHideIndices
If LATEX_HIDE_INDICES is set to YES then doxygen will not include the index chapters (such as File Index, Compound Index, etc.) |
private java.lang.String |
latexOutput
The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put. |
private java.lang.String |
layoutFile
The LAYOUT_FILE tag can be used to specify a layout file which will be parsed by doxygen. |
private boolean |
macroExpansion
If the MACRO_EXPANSION tag is set to YES Doxygen will expand all macro names in the source code. |
private java.lang.String |
makeindexCmdName
The MAKEINDEX_CMD_NAME tag can be used to specify the command name to generate index for LaTeX. |
private java.lang.String |
manExtension
The MAN_EXTENSION tag determines the extension that is added to the generated man pages (default is the subroutine's section .3) |
private boolean |
manLinks
If the MAN_LINKS tag is set to YES and Doxygen generates man output, then it will generate one additional man file for each entity documented in the real man page(s). |
private java.lang.String |
manOutput
The MAN_OUTPUT tag is used to specify where the man pages will be put. |
private java.lang.Integer |
maxDotGraphDepth
The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of the graphs generated by dot. |
private java.lang.Integer |
maxInitializerLines
The MAX_INITIALIZER_LINES tag determines the maximum number of lines the initial value of a variable or define consists of for it to appear in the documentation. |
private java.lang.String |
mscgenPath
You can define message sequence charts within doxygen comments using the \msc command. |
private boolean |
multilineCppIsBrief
The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make Doxygen treat a multi-line C++ special comment block (i.e. a block of //! |
private boolean |
optimizeForFortran
Set the OPTIMIZE_FOR_FORTRAN tag to YES if your project consists of Fortran sources only. |
private boolean |
optimizeOutputForC
Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources only. |
private boolean |
optimizeOutputJava
Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java sources only. |
private boolean |
optimizeOutputVhdl
Set the OPTIMIZE_OUTPUT_VHDL tag to YES if your project consists of VHDL sources. |
private java.lang.String |
outputLanguage
The OUTPUT_LANGUAGE tag is used to specify the language in which all documentation generated by doxygen is written. |
private java.lang.String |
paperType
The PAPER_TYPE tag can be used to set the paper type that is used by the printer. |
private boolean |
pdfHyperlinks
If the PDF_HYPERLINKS tag is set to YES, the LaTeX that is generated is prepared for conversion to pdf (using ps2pdf). |
private boolean |
perlmodLatex
If the PERLMOD_LATEX tag is set to YES Doxygen will generate the necessary Makefile rules, Perl scripts and LaTeX code to be able to generate PDF and DVI output from the Perl module output. |
private java.lang.String |
perlmodMakevarPrefix
The names of the make variables in the generated doxyrules.make file are prefixed with the string contained in PERLMOD_MAKEVAR_PREFIX. |
private boolean |
perlmodPretty
If the PERLMOD_PRETTY tag is set to YES the Perl module output will be nicely formatted so it can be parsed by a human reader. |
private java.lang.String |
perlPath
The PERL_PATH should be the absolute path and name of the perl script interpreter (i.e. the result of `which perl'). |
private java.lang.String |
predefined
The PREDEFINED tag can be used to specify one or more macro names that are defined before the preprocessor is started (similar to the -D option of gcc). |
private java.lang.String |
projectName
The PROJECT_NAME tag is a single word (or a sequence of words surrounded by quotes) that should identify the project. |
private java.lang.String |
projectNumber
The PROJECT_NUMBER tag can be used to enter a project or revision number. |
private java.lang.String |
qchFile
If the QHG_LOCATION tag is specified, the QCH_FILE tag can be used to specify the file name of the resulting .qch file. |
private java.lang.String |
qhgLocation
If the GENERATE_QHP tag is set to YES, the QHG_LOCATION tag can be used to specify the location of Qt's qhelpgenerator. |
private java.lang.String |
qhpNamespace
The QHP_NAMESPACE tag specifies the namespace to use when generating Qt Help Project output. |
private java.lang.String |
qhpVirtualFolder
The QHP_VIRTUAL_FOLDER tag specifies the namespace to use when generating Qt Help Project output. |
private boolean |
qtAutobrief
If the QT_AUTOBRIEF tag is set to YES then Doxygen will interpret the first line (until the first dot) of a Qt-style comment as the brief description. |
private boolean |
quiet
The QUIET tag can be used to turn on/off the messages that are generated by doxygen. |
private boolean |
recursive
The RECURSIVE tag can be used to turn specify whether or not subdirectories should be searched for input files as well. |
private boolean |
referencedByRelation
If the REFERENCED_BY_RELATION tag is set to YES then for each documented function all documented functions referencing it will be listed. |
private boolean |
referencesLinkSource
If the REFERENCES_LINK_SOURCE tag is set to YES (the default) and SOURCE_BROWSER tag is set to YES, then the hyperlinks from functions in REFERENCES_RELATION and REFERENCED_BY_RELATION lists will link to the source code. |
private boolean |
referencesRelation
If the REFERENCES_RELATION tag is set to YES then for each documented function all documented entities called/used by that function will be listed. |
private boolean |
repeatBrief
If the REPEAT_BRIEF tag is set to YES (the default) Doxygen will prepend the brief description of a member or function before the detailed description. |
private java.lang.String |
rtfExtensionsFile
Set optional variables used in the generation of an rtf document. |
private boolean |
rtfHyperlinks
If the RTF_HYPERLINKS tag is set to YES, the RTF that is generated will contain hyperlink fields. |
private java.lang.String |
rtfOutput
The RTF_OUTPUT tag is used to specify where the RTF docs will be put. |
private java.lang.String |
rtfStylesheetFile
Load stylesheet definitions from file. |
private boolean |
searchengine
The SEARCHENGINE tag specifies whether or not a search engine should be used. |
private boolean |
searchIncludes
If the SEARCH_INCLUDES tag is set to YES (the default) the includes files in the INCLUDE_PATH (see below) will be search if a #include is found. |
private boolean |
separateMemberPages
If the SEPARATE_MEMBER_PAGES tag is set to YES, then doxygen will produce a new page for each member. |
private boolean |
shortNames
If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter (but less readable) file names. |
private boolean |
showDirectories
If the sources in your project are distributed over multiple directories then setting the SHOW_DIRECTORIES tag to YES will show the directory hierarchy in the documentation. |
private boolean |
showFiles
Set the SHOW_FILES tag to NO to disable the generation of the Files page. |
private boolean |
showIncludeFiles
If the SHOW_INCLUDE_FILES tag is set to YES (the default) then Doxygen will put a list of the files that are included by a file in the documentation of that file. |
private boolean |
showNamespaces
Set the SHOW_NAMESPACES tag to NO to disable the generation of the Namespaces page. |
private boolean |
showUsedFiles
Set the SHOW_USED_FILES tag to NO to disable the list of files generated at the bottom of the documentation of classes and structs. |
private boolean |
sipSupport
Set the SIP_SUPPORT tag to YES if your project consists of sip sources only. |
private boolean |
skipFunctionMacros
If the SKIP_FUNCTION_MACROS tag is set to YES (the default) then doxygen's preprocessor will remove all function-like macros that are alone on a line, have an all uppercase name, and do not end with a semicolon. |
private boolean |
sortBriefDocs
If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the brief documentation of file, namespace and class members alphabetically by member name. |
private boolean |
sortByScopeName
If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be sorted by fully-qualified names, including namespaces. |
private boolean |
sortGroupNames
If the SORT_GROUP_NAMES tag is set to YES then doxygen will sort the hierarchy of group names into alphabetical order. |
private boolean |
sortMemberDocs
If the SORT_MEMBER_DOCS tag is set to YES (the default) then doxygen will sort the (detailed) documentation of file and class members alphabetically by member name. |
private boolean |
sourceBrowser
If the SOURCE_BROWSER tag is set to YES then a list of source files will be generated. |
private boolean |
stripCodeComments
Setting the STRIP_CODE_COMMENTS tag to YES (the default) will instruct doxygen to hide any special comment blocks from generated source code fragments. |
private java.lang.String |
stripFromIncPath
The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of the path mentioned in the documentation of a class, which tells the reader which header file to include in order to use a class. |
private java.lang.String |
stripFromPath
If the FULL_PATH_NAMES tag is set to YES then the STRIP_FROM_PATH tag can be used to strip a user-defined part of the path. |
private boolean |
subgrouping
Set the SUBGROUPING tag to YES (the default) to allow class member groups of the same type (for instance a group of public functions) to be put as a subgroup of that type (e.g. under the Public Functions section). |
private java.lang.Integer |
symbolCacheSize
The SYMBOL_CACHE_SIZE determines the size of the internal cache use to determine which symbols to keep in memory and which to flush to disk. |
private java.lang.Integer |
tabSize
The TAB_SIZE tag can be used to set the number of spaces in a tab. |
private java.lang.String |
tagfiles
The TAGFILES option can be used to specify one or more tagfiles. |
private boolean |
templateRelations
If set to YES, the inheritance and collaboration graphs will show the relations between templates and their instances. |
private boolean |
tocExpand
The TOC_EXPAND flag can be set to YES to add extra items for group members to the contents of the HTML help documentation and to the tree view. |
private java.lang.Integer |
treeviewWidth
If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be used to set the initial width (in pixels) of the frame in which the tree is shown. |
private boolean |
typedefHidesStruct
When TYPEDEF_HIDES_STRUCT is enabled, a typedef of a struct, union, or enum is documented as struct, union, or enum with the name of the typedef. |
private boolean |
umlLook
If the UML_LOOK tag is set to YES doxygen will generate inheritance and collaboration diagrams in a style similar to the OMG's Unified Modeling Language. |
private boolean |
useHtags
If the USE_HTAGS tag is set to YES then the references to source code will point to the HTML generated by the htags(1) tool instead of doxygen built-in source browser. |
private boolean |
usePdflatex
If the USE_PDFLATEX tag is set to YES, pdflatex will be used instead of plain latex in the generated Makefile. |
private boolean |
verbatimHeaders
If the VERBATIM_HEADERS tag is set to YES (the default) then Doxygen will generate a verbatim copy of the header file for each class for which an include is specified. |
private java.lang.String |
warnFormat
The WARN_FORMAT tag determines the format of the warning messages that doxygen can produce. |
private boolean |
warnIfDocError
If WARN_IF_DOC_ERROR is set to YES, doxygen will generate warnings for potential errors in the documentation, such as not documenting some parameters in a documented function, or documenting parameters that don't exist or using markup commands wrongly. |
private boolean |
warnIfUndocumented
If WARN_IF_UNDOCUMENTED is set to YES, then doxygen will generate warnings for undocumented members. |
private boolean |
warnings
The WARNINGS tag can be used to turn on/off the warning messages that are generated by doxygen. |
private java.lang.String |
warnLogfile
The WARN_LOGFILE tag can be used to specify a file to which warning and error messages should be written. |
private boolean |
warnNoParamdoc
This WARN_NO_PARAMDOC option can be abled to get warnings for functions that are documented, but have no documentation for their parameters or return value. |
private java.lang.String |
xmlDtd
The XML_DTD tag can be used to specify an XML DTD, which can be used by a validating XML parser to check the syntax of the XML files. |
private java.lang.String |
xmlOutput
The XML_OUTPUT tag is used to specify where the XML pages will be put. |
private boolean |
xmlProgramlisting
If the XML_PROGRAMLISTING tag is set to YES Doxygen will dump the program listings (including syntax highlighting and cross-referencing information) to the XML output. |
private java.lang.String |
xmlSchema
The XML_SCHEMA tag can be used to specify an XML schema, which can be used by a validating XML parser to check the syntax of the XML files. |
| Fields inherited from interface org.apache.maven.plugin.Mojo |
|---|
ROLE |
| Constructor Summary | |
|---|---|
AbstractDoxygenConfigurationMojo()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getAbbreviateBrief()
|
java.lang.String |
getAliases()
|
java.lang.String |
getChmFile()
|
java.lang.String |
getChmIndexEncoding()
|
java.lang.Integer |
getColsInAlphaIndex()
|
java.io.File |
getConfigurationFile()
|
java.lang.String |
getDocsetBundleId()
|
java.lang.String |
getDocsetFeedname()
|
java.lang.String |
getDotfileDirs()
|
java.lang.String |
getDotFontname()
|
java.lang.String |
getDotFontpath()
|
java.lang.Integer |
getDotFontsize()
|
java.lang.Integer |
getDotGraphMaxNodes()
|
java.lang.String |
getDotImageFormat()
|
java.lang.String |
getDotPath()
|
java.lang.String |
getDoxyfileEncoding()
|
java.lang.String |
getEnabledSections()
|
java.lang.Integer |
getEnumValuesPerLine()
|
java.lang.String |
getExamplePath()
|
java.lang.String |
getExamplePatterns()
|
java.lang.String |
getExclude()
|
java.lang.String |
getExcludePatterns()
|
java.lang.String |
getExcludeSymbols()
|
java.lang.String |
getExpandAsDefined()
|
java.lang.String |
getExtraPackages()
|
java.lang.String |
getFilePatterns()
|
java.lang.String |
getFileVersionFilter()
|
java.lang.String |
getFilterPatterns()
|
java.lang.Integer |
getFormulaFontsize()
|
java.lang.String |
getGenerateTagfile()
|
java.lang.String |
getGenerateTreeview()
|
java.lang.String |
getHhcLocation()
|
java.lang.String |
getHtmlFileExtension()
|
java.lang.String |
getHtmlFooter()
|
java.lang.String |
getHtmlHeader()
|
java.lang.String |
getHtmlOutput()
|
java.lang.String |
getHtmlStylesheet()
|
java.lang.String |
getIgnorePrefix()
|
java.lang.String |
getImagePath()
|
java.lang.String |
getIncludeFilePatterns()
|
java.lang.String |
getIncludePath()
|
java.lang.String |
getInput()
|
java.lang.String |
getInputEncoding()
|
java.lang.String |
getInputFilter()
|
java.lang.String |
getLatexCmdName()
|
java.lang.String |
getLatexHeader()
|
java.lang.String |
getLatexOutput()
|
java.lang.String |
getLayoutFile()
|
java.lang.String |
getMakeindexCmdName()
|
java.lang.String |
getManExtension()
|
java.lang.String |
getManOutput()
|
java.lang.Integer |
getMaxDotGraphDepth()
|
java.lang.Integer |
getMaxInitializerLines()
|
java.lang.String |
getMscgenPath()
|
java.lang.String |
getOutputLanguage()
|
java.lang.String |
getPaperType()
|
java.lang.String |
getPerlmodMakevarPrefix()
|
java.lang.String |
getPerlPath()
|
java.lang.String |
getPredefined()
|
java.lang.String |
getProjectName()
|
java.lang.String |
getProjectNumber()
|
java.lang.String |
getQchFile()
|
java.lang.String |
getQhgLocation()
|
java.lang.String |
getQhpNamespace()
|
java.lang.String |
getQhpVirtualFolder()
|
java.lang.String |
getRtfExtensionsFile()
|
java.lang.String |
getRtfOutput()
|
java.lang.String |
getRtfStylesheetFile()
|
java.lang.String |
getStripFromIncPath()
|
java.lang.String |
getStripFromPath()
|
java.lang.Integer |
getSymbolCacheSize()
|
java.lang.Integer |
getTabSize()
|
java.lang.String |
getTagfiles()
|
java.lang.Integer |
getTreeviewWidth()
|
java.lang.String |
getWarnFormat()
|
java.lang.String |
getWarnLogfile()
|
java.lang.String |
getXmlDtd()
|
java.lang.String |
getXmlOutput()
|
java.lang.String |
getXmlSchema()
|
boolean |
isAllexternals()
|
boolean |
isAlphabeticalIndex()
|
boolean |
isAlwaysDetailedSec()
|
boolean |
isBinaryToc()
|
boolean |
isBriefMemberDesc()
|
boolean |
isBuiltinStlSupport()
|
boolean |
isCallerGraph()
|
boolean |
isCallGraph()
|
boolean |
isCaseSenseNames()
|
boolean |
isClassDiagrams()
|
boolean |
isClassGraph()
|
boolean |
isCollaborationGraph()
|
boolean |
isCompactLatex()
|
boolean |
isCompactRtf()
|
boolean |
isCppCliSupport()
|
boolean |
isCreateSubdirs()
|
boolean |
isDirectoryGraph()
|
boolean |
isDisableIndex()
|
boolean |
isDistributeGroupDoc()
|
boolean |
isDotCleanup()
|
boolean |
isDotMultiTargets()
|
boolean |
isDotTransparent()
|
boolean |
isEnablePreprocessing()
|
boolean |
isExampleRecursive()
|
boolean |
isExcludeSymlinks()
|
boolean |
isExpandOnlyPredef()
|
boolean |
isExternalGroups()
|
boolean |
isExtractAll()
|
boolean |
isExtractAnonNspaces()
|
boolean |
isExtractLocalClasses()
|
boolean |
isExtractLocalMethods()
|
boolean |
isExtractPrivate()
|
boolean |
isExtractStatic()
|
boolean |
isFilterSourceFiles()
|
boolean |
isFullPathNames()
|
boolean |
isGenerateAutogenDef()
|
boolean |
isGenerateBuglist()
|
boolean |
isGenerateChi()
|
boolean |
isGenerateDeprecatedlist()
|
boolean |
isGenerateDocset()
|
boolean |
isGenerateHtml()
|
boolean |
isGenerateHtmlhelp()
|
boolean |
isGenerateLatex()
|
boolean |
isGenerateLegend()
|
boolean |
isGenerateMan()
|
boolean |
isGeneratePerlmod()
|
boolean |
isGenerateQhp()
|
boolean |
isGenerateRtf()
|
boolean |
isGenerateTestlist()
|
boolean |
isGenerateTodolist()
|
boolean |
isGenerateXml()
|
boolean |
isGraphicalHierarchy()
|
boolean |
isGroupGraphs()
|
boolean |
isHaveDot()
|
boolean |
isHideFriendCompounds()
|
boolean |
isHideInBodyDocs()
|
boolean |
isHideScopeNames()
|
boolean |
isHideUndocClasses()
|
boolean |
isHideUndocMembers()
|
boolean |
isHideUndocRelations()
|
boolean |
isHtmlAlignMembers()
|
boolean |
isHtmlDynamicSections()
|
boolean |
isIdlPropertySupport()
|
boolean |
isIncludedByGraph()
|
boolean |
isIncludeGraph()
|
boolean |
isInheritDocs()
|
boolean |
isInlineInfo()
|
boolean |
isInlineInheritedMemb()
|
boolean |
isInlineSources()
|
boolean |
isInternalDocs()
|
boolean |
isJavadocAutobrief()
|
boolean |
isLatexBatchmode()
|
boolean |
isLatexHideIndices()
|
boolean |
isMacroExpansion()
|
boolean |
isManLinks()
|
boolean |
isMultilineCppIsBrief()
|
boolean |
isOptimizeForFortran()
|
boolean |
isOptimizeOutputForC()
|
boolean |
isOptimizeOutputJava()
|
boolean |
isOptimizeOutputVhdl()
|
boolean |
isPdfHyperlinks()
|
boolean |
isPerlmodLatex()
|
boolean |
isPerlmodPretty()
|
boolean |
isQtAutobrief()
|
boolean |
isQuiet()
|
boolean |
isRecursive()
|
boolean |
isReferencedByRelation()
|
boolean |
isReferencesLinkSource()
|
boolean |
isReferencesRelation()
|
boolean |
isRepeatBrief()
|
boolean |
isRtfHyperlinks()
|
boolean |
isSearchengine()
|
boolean |
isSearchIncludes()
|
boolean |
isSeparateMemberPages()
|
boolean |
isShortNames()
|
boolean |
isShowDirectories()
|
boolean |
isShowFiles()
|
boolean |
isShowIncludeFiles()
|
boolean |
isShowNamespaces()
|
boolean |
isShowUsedFiles()
|
boolean |
isSipSupport()
|
boolean |
isSkipFunctionMacros()
|
boolean |
isSortBriefDocs()
|
boolean |
isSortByScopeName()
|
boolean |
isSortGroupNames()
|
boolean |
isSortMemberDocs()
|
boolean |
isSourceBrowser()
|
boolean |
isStripCodeComments()
|
boolean |
isSubgrouping()
|
boolean |
isTemplateRelations()
|
boolean |
isTocExpand()
|
boolean |
isTypedefHidesStruct()
|
boolean |
isUmlLook()
|
boolean |
isUseHtags()
|
boolean |
isUsePdflatex()
|
boolean |
isVerbatimHeaders()
|
boolean |
isWarnIfDocError()
|
boolean |
isWarnIfUndocumented()
|
boolean |
isWarnings()
|
boolean |
isWarnNoParamdoc()
|
boolean |
isXmlProgramlisting()
|
void |
setAbbreviateBrief(java.lang.String abbreviateBrief)
|
void |
setAliases(java.lang.String aliases)
|
void |
setAllexternals(boolean allexternals)
|
void |
setAlphabeticalIndex(boolean alphabeticalIndex)
|
void |
setAlwaysDetailedSec(boolean alwaysDetailedSec)
|
void |
setBinaryToc(boolean binaryToc)
|
void |
setBriefMemberDesc(boolean briefMemberDesc)
|
void |
setBuiltinStlSupport(boolean builtinStlSupport)
|
void |
setCallerGraph(boolean callerGraph)
|
void |
setCallGraph(boolean callGraph)
|
void |
setCaseSenseNames(boolean caseSenseNames)
|
void |
setChmFile(java.lang.String chmFile)
|
void |
setChmIndexEncoding(java.lang.String chmIndexEncoding)
|
void |
setClassDiagrams(boolean classDiagrams)
|
void |
setClassGraph(boolean classGraph)
|
void |
setCollaborationGraph(boolean collaborationGraph)
|
void |
setColsInAlphaIndex(java.lang.Integer colsInAlphaIndex)
|
void |
setCompactLatex(boolean compactLatex)
|
void |
setCompactRtf(boolean compactRtf)
|
void |
setConfigurationFile(java.io.File configurationFile)
|
void |
setCppCliSupport(boolean cppCliSupport)
|
void |
setCreateSubdirs(boolean createSubdirs)
|
void |
setDirectoryGraph(boolean directoryGraph)
|
void |
setDisableIndex(boolean disableIndex)
|
void |
setDistributeGroupDoc(boolean distributeGroupDoc)
|
void |
setDocsetBundleId(java.lang.String docsetBundleId)
|
void |
setDocsetFeedname(java.lang.String docsetFeedname)
|
void |
setDotCleanup(boolean dotCleanup)
|
void |
setDotfileDirs(java.lang.String dotfileDirs)
|
void |
setDotFontname(java.lang.String dotFontname)
|
void |
setDotFontpath(java.lang.String dotFontpath)
|
void |
setDotFontsize(java.lang.Integer dotFontsize)
|
void |
setDotGraphMaxNodes(java.lang.Integer dotGraphMaxNodes)
|
void |
setDotImageFormat(java.lang.String dotImageFormat)
|
void |
setDotMultiTargets(boolean dotMultiTargets)
|
void |
setDotPath(java.lang.String dotPath)
|
void |
setDotTransparent(boolean dotTransparent)
|
void |
setDoxyfileEncoding(java.lang.String doxyfileEncoding)
|
void |
setEnabledSections(java.lang.String enabledSections)
|
void |
setEnablePreprocessing(boolean enablePreprocessing)
|
void |
setEnumValuesPerLine(java.lang.Integer enumValuesPerLine)
|
void |
setExamplePath(java.lang.String examplePath)
|
void |
setExamplePatterns(java.lang.String examplePatterns)
|
void |
setExampleRecursive(boolean exampleRecursive)
|
void |
setExclude(java.lang.String exclude)
|
void |
setExcludePatterns(java.lang.String excludePatterns)
|
void |
setExcludeSymbols(java.lang.String excludeSymbols)
|
void |
setExcludeSymlinks(boolean excludeSymlinks)
|
void |
setExpandAsDefined(java.lang.String expandAsDefined)
|
void |
setExpandOnlyPredef(boolean expandOnlyPredef)
|
void |
setExternalGroups(boolean externalGroups)
|
void |
setExtractAll(boolean extractAll)
|
void |
setExtractAnonNspaces(boolean extractAnonNspaces)
|
void |
setExtractLocalClasses(boolean extractLocalClasses)
|
void |
setExtractLocalMethods(boolean extractLocalMethods)
|
void |
setExtractPrivate(boolean extractPrivate)
|
void |
setExtractStatic(boolean extractStatic)
|
void |
setExtraPackages(java.lang.String extraPackages)
|
void |
setFilePatterns(java.lang.String filePatterns)
|
void |
setFileVersionFilter(java.lang.String fileVersionFilter)
|
void |
setFilterPatterns(java.lang.String filterPatterns)
|
void |
setFilterSourceFiles(boolean filterSourceFiles)
|
void |
setFormulaFontsize(java.lang.Integer formulaFontsize)
|
void |
setFullPathNames(boolean fullPathNames)
|
void |
setGenerateAutogenDef(boolean generateAutogenDef)
|
void |
setGenerateBuglist(boolean generateBuglist)
|
void |
setGenerateChi(boolean generateChi)
|
void |
setGenerateDeprecatedlist(boolean generateDeprecatedlist)
|
void |
setGenerateDocset(boolean generateDocset)
|
void |
setGenerateHtml(boolean generateHtml)
|
void |
setGenerateHtmlhelp(boolean generateHtmlhelp)
|
void |
setGenerateLatex(boolean generateLatex)
|
void |
setGenerateLegend(boolean generateLegend)
|
void |
setGenerateMan(boolean generateMan)
|
void |
setGeneratePerlmod(boolean generatePerlmod)
|
void |
setGenerateQhp(boolean generateQhp)
|
void |
setGenerateRtf(boolean generateRtf)
|
void |
setGenerateTagfile(java.lang.String generateTagfile)
|
void |
setGenerateTestlist(boolean generateTestlist)
|
void |
setGenerateTodolist(boolean generateTodolist)
|
void |
setGenerateTreeview(java.lang.String generateTreeview)
|
void |
setGenerateXml(boolean generateXml)
|
void |
setGraphicalHierarchy(boolean graphicalHierarchy)
|
void |
setGroupGraphs(boolean groupGraphs)
|
void |
setHaveDot(boolean haveDot)
|
void |
setHhcLocation(java.lang.String hhcLocation)
|
void |
setHideFriendCompounds(boolean hideFriendCompounds)
|
void |
setHideInBodyDocs(boolean hideInBodyDocs)
|
void |
setHideScopeNames(boolean hideScopeNames)
|
void |
setHideUndocClasses(boolean hideUndocClasses)
|
void |
setHideUndocMembers(boolean hideUndocMembers)
|
void |
setHideUndocRelations(boolean hideUndocRelations)
|
void |
setHtmlAlignMembers(boolean htmlAlignMembers)
|
void |
setHtmlDynamicSections(boolean htmlDynamicSections)
|
void |
setHtmlFileExtension(java.lang.String htmlFileExtension)
|
void |
setHtmlFooter(java.lang.String htmlFooter)
|
void |
setHtmlHeader(java.lang.String htmlHeader)
|
void |
setHtmlOutput(java.lang.String htmlOutput)
|
void |
setHtmlStylesheet(java.lang.String htmlStylesheet)
|
void |
setIdlPropertySupport(boolean idlPropertySupport)
|
void |
setIgnorePrefix(java.lang.String ignorePrefix)
|
void |
setImagePath(java.lang.String imagePath)
|
void |
setIncludedByGraph(boolean includedByGraph)
|
void |
setIncludeFilePatterns(java.lang.String includeFilePatterns)
|
void |
setIncludeGraph(boolean includeGraph)
|
void |
setIncludePath(java.lang.String includePath)
|
void |
setInheritDocs(boolean inheritDocs)
|
void |
setInlineInfo(boolean inlineInfo)
|
void |
setInlineInheritedMemb(boolean inlineInheritedMemb)
|
void |
setInlineSources(boolean inlineSources)
|
void |
setInput(java.lang.String input)
|
void |
setInputEncoding(java.lang.String inputEncoding)
|
void |
setInputFilter(java.lang.String inputFilter)
|
void |
setInternalDocs(boolean internalDocs)
|
void |
setJavadocAutobrief(boolean javadocAutobrief)
|
void |
setLatexBatchmode(boolean latexBatchmode)
|
void |
setLatexCmdName(java.lang.String latexCmdName)
|
void |
setLatexHeader(java.lang.String latexHeader)
|
void |
setLatexHideIndices(boolean latexHideIndices)
|
void |
setLatexOutput(java.lang.String latexOutput)
|
void |
setLayoutFile(java.lang.String layoutFile)
|
void |
setMacroExpansion(boolean macroExpansion)
|
void |
setMakeindexCmdName(java.lang.String makeindexCmdName)
|
void |
setManExtension(java.lang.String manExtension)
|
void |
setManLinks(boolean manLinks)
|
void |
setManOutput(java.lang.String manOutput)
|
void |
setMaxDotGraphDepth(java.lang.Integer maxDotGraphDepth)
|
void |
setMaxInitializerLines(java.lang.Integer maxInitializerLines)
|
void |
setMscgenPath(java.lang.String mscgenPath)
|
void |
setMultilineCppIsBrief(boolean multilineCppIsBrief)
|
void |
setOptimizeForFortran(boolean optimizeForFortran)
|
void |
setOptimizeOutputForC(boolean optimizeOutputForC)
|
void |
setOptimizeOutputJava(boolean optimizeOutputJava)
|
void |
setOptimizeOutputVhdl(boolean optimizeOutputVhdl)
|
void |
setOutputLanguage(java.lang.String outputLanguage)
|
void |
setPaperType(java.lang.String paperType)
|
void |
setPdfHyperlinks(boolean pdfHyperlinks)
|
void |
setPerlmodLatex(boolean perlmodLatex)
|
void |
setPerlmodMakevarPrefix(java.lang.String perlmodMakevarPrefix)
|
void |
setPerlmodPretty(boolean perlmodPretty)
|
void |
setPerlPath(java.lang.String perlPath)
|
void |
setPredefined(java.lang.String predefined)
|
void |
setProjectName(java.lang.String projectName)
|
void |
setProjectNumber(java.lang.String projectNumber)
|
void |
setQchFile(java.lang.String qchFile)
|
void |
setQhgLocation(java.lang.String qhgLocation)
|
void |
setQhpNamespace(java.lang.String qhpNamespace)
|
void |
setQhpVirtualFolder(java.lang.String qhpVirtualFolder)
|
void |
setQtAutobrief(boolean qtAutobrief)
|
void |
setQuiet(boolean quiet)
|
void |
setRecursive(boolean recursive)
|
void |
setReferencedByRelation(boolean referencedByRelation)
|
void |
setReferencesLinkSource(boolean referencesLinkSource)
|
void |
setReferencesRelation(boolean referencesRelation)
|
void |
setRepeatBrief(boolean repeatBrief)
|
void |
setRtfExtensionsFile(java.lang.String rtfExtensionsFile)
|
void |
setRtfHyperlinks(boolean rtfHyperlinks)
|
void |
setRtfOutput(java.lang.String rtfOutput)
|
void |
setRtfStylesheetFile(java.lang.String rtfStylesheetFile)
|
void |
setSearchengine(boolean searchengine)
|
void |
setSearchIncludes(boolean searchIncludes)
|
void |
setSeparateMemberPages(boolean separateMemberPages)
|
void |
setShortNames(boolean shortNames)
|
void |
setShowDirectories(boolean showDirectories)
|
void |
setShowFiles(boolean showFiles)
|
void |
setShowIncludeFiles(boolean showIncludeFiles)
|
void |
setShowNamespaces(boolean showNamespaces)
|
void |
setShowUsedFiles(boolean showUsedFiles)
|
void |
setSipSupport(boolean sipSupport)
|
void |
setSkipFunctionMacros(boolean skipFunctionMacros)
|
void |
setSortBriefDocs(boolean sortBriefDocs)
|
void |
setSortByScopeName(boolean sortByScopeName)
|
void |
setSortGroupNames(boolean sortGroupNames)
|
void |
setSortMemberDocs(boolean sortMemberDocs)
|
void |
setSourceBrowser(boolean sourceBrowser)
|
void |
setStripCodeComments(boolean stripCodeComments)
|
void |
setStripFromIncPath(java.lang.String stripFromIncPath)
|
void |
setStripFromPath(java.lang.String stripFromPath)
|
void |
setSubgrouping(boolean subgrouping)
|
void |
setSymbolCacheSize(java.lang.Integer symbolCacheSize)
|
void |
setTabSize(java.lang.Integer tabSize)
|
void |
setTagfiles(java.lang.String tagfiles)
|
void |
setTemplateRelations(boolean templateRelations)
|
void |
setTocExpand(boolean tocExpand)
|
void |
setTreeviewWidth(java.lang.Integer treeviewWidth)
|
void |
setTypedefHidesStruct(boolean typedefHidesStruct)
|
void |
setUmlLook(boolean umlLook)
|
void |
setUseHtags(boolean useHtags)
|
void |
setUsePdflatex(boolean usePdflatex)
|
void |
setVerbatimHeaders(boolean verbatimHeaders)
|
void |
setWarnFormat(java.lang.String warnFormat)
|
void |
setWarnIfDocError(boolean warnIfDocError)
|
void |
setWarnIfUndocumented(boolean warnIfUndocumented)
|
void |
setWarnings(boolean warnings)
|
void |
setWarnLogfile(java.lang.String warnLogfile)
|
void |
setWarnNoParamdoc(boolean warnNoParamdoc)
|
void |
setXmlDtd(java.lang.String xmlDtd)
|
void |
setXmlOutput(java.lang.String xmlOutput)
|
void |
setXmlProgramlisting(boolean xmlProgramlisting)
|
void |
setXmlSchema(java.lang.String xmlSchema)
|
| Methods inherited from class org.apache.maven.plugin.AbstractMojo |
|---|
getLog, getPluginContext, setLog, setPluginContext |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.apache.maven.plugin.Mojo |
|---|
execute |
| Field Detail |
|---|
private java.io.File configurationFile
private java.lang.String doxyfileEncoding
private java.lang.String projectName
private java.lang.String projectNumber
private boolean createSubdirs
private java.lang.String outputLanguage
private boolean briefMemberDesc
private boolean repeatBrief
private java.lang.String abbreviateBrief
private boolean alwaysDetailedSec
private boolean inlineInheritedMemb
private boolean fullPathNames
private java.lang.String stripFromPath
private java.lang.String stripFromIncPath
private boolean shortNames
private boolean javadocAutobrief
private boolean qtAutobrief
private boolean multilineCppIsBrief
private boolean inheritDocs
private boolean separateMemberPages
private java.lang.Integer tabSize
private java.lang.String aliases
private boolean optimizeOutputForC
private boolean optimizeOutputJava
private boolean optimizeForFortran
private boolean optimizeOutputVhdl
private boolean builtinStlSupport
private boolean cppCliSupport
private boolean sipSupport
private boolean idlPropertySupport
private boolean distributeGroupDoc
private boolean subgrouping
private boolean typedefHidesStruct
private java.lang.Integer symbolCacheSize
private boolean extractAll
private boolean extractPrivate
private boolean extractStatic
private boolean extractLocalClasses
private boolean extractLocalMethods
private boolean extractAnonNspaces
private boolean hideUndocMembers
private boolean hideUndocClasses
private boolean hideFriendCompounds
private boolean hideInBodyDocs
private boolean internalDocs
private boolean caseSenseNames
private boolean hideScopeNames
private boolean showIncludeFiles
private boolean inlineInfo
private boolean sortMemberDocs
private boolean sortBriefDocs
private boolean sortGroupNames
private boolean sortByScopeName
private boolean generateTodolist
private boolean generateTestlist
private boolean generateBuglist
private boolean generateDeprecatedlist
private java.lang.String enabledSections
private java.lang.Integer maxInitializerLines
private boolean showUsedFiles
private boolean showDirectories
private boolean showFiles
private boolean showNamespaces
private java.lang.String fileVersionFilter
private java.lang.String layoutFile
private boolean quiet
private boolean warnings
private boolean warnIfUndocumented
private boolean warnIfDocError
private boolean warnNoParamdoc
private java.lang.String warnFormat
private java.lang.String warnLogfile
private java.lang.String input
private java.lang.String inputEncoding
private java.lang.String filePatterns
private boolean recursive
private java.lang.String exclude
private boolean excludeSymlinks
private java.lang.String excludePatterns
private java.lang.String excludeSymbols
private java.lang.String examplePath
private java.lang.String examplePatterns
private boolean exampleRecursive
private java.lang.String imagePath
private java.lang.String inputFilter
private java.lang.String filterPatterns
private boolean filterSourceFiles
private boolean sourceBrowser
private boolean inlineSources
private boolean stripCodeComments
private boolean referencedByRelation
private boolean referencesRelation
private boolean referencesLinkSource
private boolean useHtags
private boolean verbatimHeaders
private boolean alphabeticalIndex
private java.lang.Integer colsInAlphaIndex
private java.lang.String ignorePrefix
private boolean generateHtml
private java.lang.String htmlOutput
private java.lang.String htmlFileExtension
private java.lang.String htmlHeader
private java.lang.String htmlFooter
private java.lang.String htmlStylesheet
private boolean htmlAlignMembers
private boolean htmlDynamicSections
private boolean generateDocset
private java.lang.String docsetFeedname
private java.lang.String docsetBundleId
private boolean generateHtmlhelp
private java.lang.String chmFile
private java.lang.String hhcLocation
private boolean generateChi
private java.lang.String chmIndexEncoding
private boolean binaryToc
private boolean tocExpand
private boolean generateQhp
private java.lang.String qchFile
private java.lang.String qhpNamespace
private java.lang.String qhpVirtualFolder
private java.lang.String qhgLocation
private boolean disableIndex
private java.lang.Integer enumValuesPerLine
private java.lang.String generateTreeview
private java.lang.Integer treeviewWidth
private java.lang.Integer formulaFontsize
private boolean generateLatex
private java.lang.String latexOutput
private java.lang.String latexCmdName
private java.lang.String makeindexCmdName
private boolean compactLatex
private java.lang.String paperType
private java.lang.String extraPackages
private java.lang.String latexHeader
private boolean pdfHyperlinks
private boolean usePdflatex
private boolean latexBatchmode
private boolean latexHideIndices
private boolean generateRtf
private java.lang.String rtfOutput
private boolean compactRtf
private boolean rtfHyperlinks
private java.lang.String rtfStylesheetFile
private java.lang.String rtfExtensionsFile
private boolean generateMan
private java.lang.String manOutput
private java.lang.String manExtension
private boolean manLinks
private boolean generateXml
private java.lang.String xmlOutput
private java.lang.String xmlSchema
private java.lang.String xmlDtd
private boolean xmlProgramlisting
private boolean generateAutogenDef
private boolean generatePerlmod
private boolean perlmodLatex
private boolean perlmodPretty
private java.lang.String perlmodMakevarPrefix
private boolean enablePreprocessing
private boolean macroExpansion
private boolean expandOnlyPredef
private boolean searchIncludes
private java.lang.String includePath
private java.lang.String includeFilePatterns
private java.lang.String predefined
private java.lang.String expandAsDefined
private boolean skipFunctionMacros
private java.lang.String tagfiles
private java.lang.String generateTagfile
private boolean allexternals
private boolean externalGroups
private java.lang.String perlPath
private boolean classDiagrams
private java.lang.String mscgenPath
private boolean hideUndocRelations
private boolean haveDot
private java.lang.String dotFontname
private java.lang.Integer dotFontsize
private java.lang.String dotFontpath
private boolean classGraph
private boolean collaborationGraph
private boolean groupGraphs
private boolean umlLook
private boolean templateRelations
private boolean includeGraph
private boolean includedByGraph
private boolean callGraph
private boolean callerGraph
private boolean graphicalHierarchy
private boolean directoryGraph
private java.lang.String dotImageFormat
private java.lang.String dotPath
private java.lang.String dotfileDirs
private java.lang.Integer dotGraphMaxNodes
private java.lang.Integer maxDotGraphDepth
private boolean dotTransparent
private boolean dotMultiTargets
private boolean generateLegend
private boolean dotCleanup
private boolean searchengine
| Constructor Detail |
|---|
public AbstractDoxygenConfigurationMojo()
| Method Detail |
|---|
public java.io.File getConfigurationFile()
public void setConfigurationFile(java.io.File configurationFile)
public java.lang.String getDoxyfileEncoding()
public void setDoxyfileEncoding(java.lang.String doxyfileEncoding)
public java.lang.String getProjectName()
public void setProjectName(java.lang.String projectName)
public java.lang.String getProjectNumber()
public void setProjectNumber(java.lang.String projectNumber)
public boolean isCreateSubdirs()
public void setCreateSubdirs(boolean createSubdirs)
public java.lang.String getOutputLanguage()
public void setOutputLanguage(java.lang.String outputLanguage)
public boolean isBriefMemberDesc()
public void setBriefMemberDesc(boolean briefMemberDesc)
public boolean isRepeatBrief()
public void setRepeatBrief(boolean repeatBrief)
public java.lang.String getAbbreviateBrief()
public void setAbbreviateBrief(java.lang.String abbreviateBrief)
public boolean isAlwaysDetailedSec()
public void setAlwaysDetailedSec(boolean alwaysDetailedSec)
public boolean isInlineInheritedMemb()
public void setInlineInheritedMemb(boolean inlineInheritedMemb)
public boolean isFullPathNames()
public void setFullPathNames(boolean fullPathNames)
public java.lang.String getStripFromPath()
public void setStripFromPath(java.lang.String stripFromPath)
public java.lang.String getStripFromIncPath()
public void setStripFromIncPath(java.lang.String stripFromIncPath)
public boolean isShortNames()
public void setShortNames(boolean shortNames)
public boolean isJavadocAutobrief()
public void setJavadocAutobrief(boolean javadocAutobrief)
public boolean isQtAutobrief()
public void setQtAutobrief(boolean qtAutobrief)
public boolean isMultilineCppIsBrief()
public void setMultilineCppIsBrief(boolean multilineCppIsBrief)
public boolean isInheritDocs()
public void setInheritDocs(boolean inheritDocs)
public boolean isSeparateMemberPages()
public void setSeparateMemberPages(boolean separateMemberPages)
public java.lang.Integer getTabSize()
public void setTabSize(java.lang.Integer tabSize)
public java.lang.String getAliases()
public void setAliases(java.lang.String aliases)
public boolean isOptimizeOutputForC()
public void setOptimizeOutputForC(boolean optimizeOutputForC)
public boolean isOptimizeOutputJava()
public void setOptimizeOutputJava(boolean optimizeOutputJava)
public boolean isOptimizeForFortran()
public void setOptimizeForFortran(boolean optimizeForFortran)
public boolean isOptimizeOutputVhdl()
public void setOptimizeOutputVhdl(boolean optimizeOutputVhdl)
public boolean isBuiltinStlSupport()
public void setBuiltinStlSupport(boolean builtinStlSupport)
public boolean isCppCliSupport()
public void setCppCliSupport(boolean cppCliSupport)
public boolean isSipSupport()
public void setSipSupport(boolean sipSupport)
public boolean isIdlPropertySupport()
public void setIdlPropertySupport(boolean idlPropertySupport)
public boolean isDistributeGroupDoc()
public void setDistributeGroupDoc(boolean distributeGroupDoc)
public boolean isSubgrouping()
public void setSubgrouping(boolean subgrouping)
public boolean isTypedefHidesStruct()
public void setTypedefHidesStruct(boolean typedefHidesStruct)
public java.lang.Integer getSymbolCacheSize()
public void setSymbolCacheSize(java.lang.Integer symbolCacheSize)
public boolean isExtractAll()
public void setExtractAll(boolean extractAll)
public boolean isExtractPrivate()
public void setExtractPrivate(boolean extractPrivate)
public boolean isExtractStatic()
public void setExtractStatic(boolean extractStatic)
public boolean isExtractLocalClasses()
public void setExtractLocalClasses(boolean extractLocalClasses)
public boolean isExtractLocalMethods()
public void setExtractLocalMethods(boolean extractLocalMethods)
public boolean isExtractAnonNspaces()
public void setExtractAnonNspaces(boolean extractAnonNspaces)
public boolean isHideUndocMembers()
public void setHideUndocMembers(boolean hideUndocMembers)
public boolean isHideUndocClasses()
public void setHideUndocClasses(boolean hideUndocClasses)
public boolean isHideFriendCompounds()
public void setHideFriendCompounds(boolean hideFriendCompounds)
public boolean isHideInBodyDocs()
public void setHideInBodyDocs(boolean hideInBodyDocs)
public boolean isInternalDocs()
public void setInternalDocs(boolean internalDocs)
public boolean isCaseSenseNames()
public void setCaseSenseNames(boolean caseSenseNames)
public boolean isHideScopeNames()
public void setHideScopeNames(boolean hideScopeNames)
public boolean isShowIncludeFiles()
public void setShowIncludeFiles(boolean showIncludeFiles)
public boolean isInlineInfo()
public void setInlineInfo(boolean inlineInfo)
public boolean isSortMemberDocs()
public void setSortMemberDocs(boolean sortMemberDocs)
public boolean isSortBriefDocs()
public void setSortBriefDocs(boolean sortBriefDocs)
public boolean isSortGroupNames()
public void setSortGroupNames(boolean sortGroupNames)
public boolean isSortByScopeName()
public void setSortByScopeName(boolean sortByScopeName)
public boolean isGenerateTodolist()
public void setGenerateTodolist(boolean generateTodolist)
public boolean isGenerateTestlist()
public void setGenerateTestlist(boolean generateTestlist)
public boolean isGenerateBuglist()
public void setGenerateBuglist(boolean generateBuglist)
public boolean isGenerateDeprecatedlist()
public void setGenerateDeprecatedlist(boolean generateDeprecatedlist)
public java.lang.String getEnabledSections()
public void setEnabledSections(java.lang.String enabledSections)
public java.lang.Integer getMaxInitializerLines()
public void setMaxInitializerLines(java.lang.Integer maxInitializerLines)
public boolean isShowUsedFiles()
public void setShowUsedFiles(boolean showUsedFiles)
public boolean isShowDirectories()
public void setShowDirectories(boolean showDirectories)
public boolean isShowFiles()
public void setShowFiles(boolean showFiles)
public boolean isShowNamespaces()
public void setShowNamespaces(boolean showNamespaces)
public java.lang.String getFileVersionFilter()
public void setFileVersionFilter(java.lang.String fileVersionFilter)
public java.lang.String getLayoutFile()
public void setLayoutFile(java.lang.String layoutFile)
public boolean isQuiet()
public void setQuiet(boolean quiet)
public boolean isWarnings()
public void setWarnings(boolean warnings)
public boolean isWarnIfUndocumented()
public void setWarnIfUndocumented(boolean warnIfUndocumented)
public boolean isWarnIfDocError()
public void setWarnIfDocError(boolean warnIfDocError)
public boolean isWarnNoParamdoc()
public void setWarnNoParamdoc(boolean warnNoParamdoc)
public java.lang.String getWarnFormat()
public void setWarnFormat(java.lang.String warnFormat)
public java.lang.String getWarnLogfile()
public void setWarnLogfile(java.lang.String warnLogfile)
public java.lang.String getInput()
public void setInput(java.lang.String input)
public java.lang.String getInputEncoding()
public void setInputEncoding(java.lang.String inputEncoding)
public java.lang.String getFilePatterns()
public void setFilePatterns(java.lang.String filePatterns)
public boolean isRecursive()
public void setRecursive(boolean recursive)
public java.lang.String getExclude()
public void setExclude(java.lang.String exclude)
public boolean isExcludeSymlinks()
public void setExcludeSymlinks(boolean excludeSymlinks)
public java.lang.String getExcludePatterns()
public void setExcludePatterns(java.lang.String excludePatterns)
public java.lang.String getExcludeSymbols()
public void setExcludeSymbols(java.lang.String excludeSymbols)
public java.lang.String getExamplePath()
public void setExamplePath(java.lang.String examplePath)
public java.lang.String getExamplePatterns()
public void setExamplePatterns(java.lang.String examplePatterns)
public boolean isExampleRecursive()
public void setExampleRecursive(boolean exampleRecursive)
public java.lang.String getImagePath()
public void setImagePath(java.lang.String imagePath)
public java.lang.String getInputFilter()
public void setInputFilter(java.lang.String inputFilter)
public java.lang.String getFilterPatterns()
public void setFilterPatterns(java.lang.String filterPatterns)
public boolean isFilterSourceFiles()
public void setFilterSourceFiles(boolean filterSourceFiles)
public boolean isSourceBrowser()
public void setSourceBrowser(boolean sourceBrowser)
public boolean isInlineSources()
public void setInlineSources(boolean inlineSources)
public boolean isStripCodeComments()
public void setStripCodeComments(boolean stripCodeComments)
public boolean isReferencedByRelation()
public void setReferencedByRelation(boolean referencedByRelation)
public boolean isReferencesRelation()
public void setReferencesRelation(boolean referencesRelation)
public boolean isReferencesLinkSource()
public void setReferencesLinkSource(boolean referencesLinkSource)
public boolean isUseHtags()
public void setUseHtags(boolean useHtags)
public boolean isVerbatimHeaders()
public void setVerbatimHeaders(boolean verbatimHeaders)
public boolean isAlphabeticalIndex()
public void setAlphabeticalIndex(boolean alphabeticalIndex)
public java.lang.Integer getColsInAlphaIndex()
public void setColsInAlphaIndex(java.lang.Integer colsInAlphaIndex)
public java.lang.String getIgnorePrefix()
public void setIgnorePrefix(java.lang.String ignorePrefix)
public boolean isGenerateHtml()
public void setGenerateHtml(boolean generateHtml)
public java.lang.String getHtmlOutput()
public void setHtmlOutput(java.lang.String htmlOutput)
public java.lang.String getHtmlFileExtension()
public void setHtmlFileExtension(java.lang.String htmlFileExtension)
public java.lang.String getHtmlHeader()
public void setHtmlHeader(java.lang.String htmlHeader)
public java.lang.String getHtmlFooter()
public void setHtmlFooter(java.lang.String htmlFooter)
public java.lang.String getHtmlStylesheet()
public void setHtmlStylesheet(java.lang.String htmlStylesheet)
public boolean isHtmlAlignMembers()
public void setHtmlAlignMembers(boolean htmlAlignMembers)
public boolean isHtmlDynamicSections()
public void setHtmlDynamicSections(boolean htmlDynamicSections)
public boolean isGenerateDocset()
public void setGenerateDocset(boolean generateDocset)
public java.lang.String getDocsetFeedname()
public void setDocsetFeedname(java.lang.String docsetFeedname)
public java.lang.String getDocsetBundleId()
public void setDocsetBundleId(java.lang.String docsetBundleId)
public boolean isGenerateHtmlhelp()
public void setGenerateHtmlhelp(boolean generateHtmlhelp)
public java.lang.String getChmFile()
public void setChmFile(java.lang.String chmFile)
public java.lang.String getHhcLocation()
public void setHhcLocation(java.lang.String hhcLocation)
public boolean isGenerateChi()
public void setGenerateChi(boolean generateChi)
public java.lang.String getChmIndexEncoding()
public void setChmIndexEncoding(java.lang.String chmIndexEncoding)
public boolean isBinaryToc()
public void setBinaryToc(boolean binaryToc)
public boolean isTocExpand()
public void setTocExpand(boolean tocExpand)
public boolean isGenerateQhp()
public void setGenerateQhp(boolean generateQhp)
public java.lang.String getQchFile()
public void setQchFile(java.lang.String qchFile)
public java.lang.String getQhpNamespace()
public void setQhpNamespace(java.lang.String qhpNamespace)
public java.lang.String getQhpVirtualFolder()
public void setQhpVirtualFolder(java.lang.String qhpVirtualFolder)
public java.lang.String getQhgLocation()
public void setQhgLocation(java.lang.String qhgLocation)
public boolean isDisableIndex()
public void setDisableIndex(boolean disableIndex)
public java.lang.Integer getEnumValuesPerLine()
public void setEnumValuesPerLine(java.lang.Integer enumValuesPerLine)
public java.lang.String getGenerateTreeview()
public void setGenerateTreeview(java.lang.String generateTreeview)
public java.lang.Integer getTreeviewWidth()
public void setTreeviewWidth(java.lang.Integer treeviewWidth)
public java.lang.Integer getFormulaFontsize()
public void setFormulaFontsize(java.lang.Integer formulaFontsize)
public boolean isGenerateLatex()
public void setGenerateLatex(boolean generateLatex)
public java.lang.String getLatexOutput()
public void setLatexOutput(java.lang.String latexOutput)
public java.lang.String getLatexCmdName()
public void setLatexCmdName(java.lang.String latexCmdName)
public java.lang.String getMakeindexCmdName()
public void setMakeindexCmdName(java.lang.String makeindexCmdName)
public boolean isCompactLatex()
public void setCompactLatex(boolean compactLatex)
public java.lang.String getPaperType()
public void setPaperType(java.lang.String paperType)
public java.lang.String getExtraPackages()
public void setExtraPackages(java.lang.String extraPackages)
public java.lang.String getLatexHeader()
public void setLatexHeader(java.lang.String latexHeader)
public boolean isPdfHyperlinks()
public void setPdfHyperlinks(boolean pdfHyperlinks)
public boolean isUsePdflatex()
public void setUsePdflatex(boolean usePdflatex)
public boolean isLatexBatchmode()
public void setLatexBatchmode(boolean latexBatchmode)
public boolean isLatexHideIndices()
public void setLatexHideIndices(boolean latexHideIndices)
public boolean isGenerateRtf()
public void setGenerateRtf(boolean generateRtf)
public java.lang.String getRtfOutput()
public void setRtfOutput(java.lang.String rtfOutput)
public boolean isCompactRtf()
public void setCompactRtf(boolean compactRtf)
public boolean isRtfHyperlinks()
public void setRtfHyperlinks(boolean rtfHyperlinks)
public java.lang.String getRtfStylesheetFile()
public void setRtfStylesheetFile(java.lang.String rtfStylesheetFile)
public java.lang.String getRtfExtensionsFile()
public void setRtfExtensionsFile(java.lang.String rtfExtensionsFile)
public boolean isGenerateMan()
public void setGenerateMan(boolean generateMan)
public java.lang.String getManOutput()
public void setManOutput(java.lang.String manOutput)
public java.lang.String getManExtension()
public void setManExtension(java.lang.String manExtension)
public boolean isManLinks()
public void setManLinks(boolean manLinks)
public boolean isGenerateXml()
public void setGenerateXml(boolean generateXml)
public java.lang.String getXmlOutput()
public void setXmlOutput(java.lang.String xmlOutput)
public java.lang.String getXmlSchema()
public void setXmlSchema(java.lang.String xmlSchema)
public java.lang.String getXmlDtd()
public void setXmlDtd(java.lang.String xmlDtd)
public boolean isXmlProgramlisting()
public void setXmlProgramlisting(boolean xmlProgramlisting)
public boolean isGenerateAutogenDef()
public void setGenerateAutogenDef(boolean generateAutogenDef)
public boolean isGeneratePerlmod()
public void setGeneratePerlmod(boolean generatePerlmod)
public boolean isPerlmodLatex()
public void setPerlmodLatex(boolean perlmodLatex)
public boolean isPerlmodPretty()
public void setPerlmodPretty(boolean perlmodPretty)
public java.lang.String getPerlmodMakevarPrefix()
public void setPerlmodMakevarPrefix(java.lang.String perlmodMakevarPrefix)
public boolean isEnablePreprocessing()
public void setEnablePreprocessing(boolean enablePreprocessing)
public boolean isMacroExpansion()
public void setMacroExpansion(boolean macroExpansion)
public boolean isExpandOnlyPredef()
public void setExpandOnlyPredef(boolean expandOnlyPredef)
public boolean isSearchIncludes()
public void setSearchIncludes(boolean searchIncludes)
public java.lang.String getIncludePath()
public void setIncludePath(java.lang.String includePath)
public java.lang.String getIncludeFilePatterns()
public void setIncludeFilePatterns(java.lang.String includeFilePatterns)
public java.lang.String getPredefined()
public void setPredefined(java.lang.String predefined)
public java.lang.String getExpandAsDefined()
public void setExpandAsDefined(java.lang.String expandAsDefined)
public boolean isSkipFunctionMacros()
public void setSkipFunctionMacros(boolean skipFunctionMacros)
public java.lang.String getTagfiles()
public void setTagfiles(java.lang.String tagfiles)
public java.lang.String getGenerateTagfile()
public void setGenerateTagfile(java.lang.String generateTagfile)
public boolean isAllexternals()
public void setAllexternals(boolean allexternals)
public boolean isExternalGroups()
public void setExternalGroups(boolean externalGroups)
public java.lang.String getPerlPath()
public void setPerlPath(java.lang.String perlPath)
public boolean isClassDiagrams()
public void setClassDiagrams(boolean classDiagrams)
public java.lang.String getMscgenPath()
public void setMscgenPath(java.lang.String mscgenPath)
public boolean isHideUndocRelations()
public void setHideUndocRelations(boolean hideUndocRelations)
public boolean isHaveDot()
public void setHaveDot(boolean haveDot)
public java.lang.String getDotFontname()
public void setDotFontname(java.lang.String dotFontname)
public java.lang.Integer getDotFontsize()
public void setDotFontsize(java.lang.Integer dotFontsize)
public java.lang.String getDotFontpath()
public void setDotFontpath(java.lang.String dotFontpath)
public boolean isClassGraph()
public void setClassGraph(boolean classGraph)
public boolean isCollaborationGraph()
public void setCollaborationGraph(boolean collaborationGraph)
public boolean isGroupGraphs()
public void setGroupGraphs(boolean groupGraphs)
public boolean isUmlLook()
public void setUmlLook(boolean umlLook)
public boolean isTemplateRelations()
public void setTemplateRelations(boolean templateRelations)
public boolean isIncludeGraph()
public void setIncludeGraph(boolean includeGraph)
public boolean isIncludedByGraph()
public void setIncludedByGraph(boolean includedByGraph)
public boolean isCallGraph()
public void setCallGraph(boolean callGraph)
public boolean isCallerGraph()
public void setCallerGraph(boolean callerGraph)
public boolean isGraphicalHierarchy()
public void setGraphicalHierarchy(boolean graphicalHierarchy)
public boolean isDirectoryGraph()
public void setDirectoryGraph(boolean directoryGraph)
public java.lang.String getDotImageFormat()
public void setDotImageFormat(java.lang.String dotImageFormat)
public java.lang.String getDotPath()
public void setDotPath(java.lang.String dotPath)
public java.lang.String getDotfileDirs()
public void setDotfileDirs(java.lang.String dotfileDirs)
public java.lang.Integer getDotGraphMaxNodes()
public void setDotGraphMaxNodes(java.lang.Integer dotGraphMaxNodes)
public java.lang.Integer getMaxDotGraphDepth()
public void setMaxDotGraphDepth(java.lang.Integer maxDotGraphDepth)
public boolean isDotTransparent()
public void setDotTransparent(boolean dotTransparent)
public boolean isDotMultiTargets()
public void setDotMultiTargets(boolean dotMultiTargets)
public boolean isGenerateLegend()
public void setGenerateLegend(boolean generateLegend)
public boolean isDotCleanup()
public void setDotCleanup(boolean dotCleanup)
public boolean isSearchengine()
public void setSearchengine(boolean searchengine)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||