DEV: Doxypress evaluation init
This commit is contained in:
parent
325ac9a5b2
commit
d09461d954
486
Doxypress
Normal file
486
Doxypress
Normal file
@ -0,0 +1,486 @@
|
|||||||
|
{
|
||||||
|
"clang": {
|
||||||
|
"clang-compilation-path": "",
|
||||||
|
"clang-dialect": "-std=c++14",
|
||||||
|
"clang-flags": [
|
||||||
|
""
|
||||||
|
],
|
||||||
|
"clang-parsing": false,
|
||||||
|
"clang-use-headers": true
|
||||||
|
},
|
||||||
|
"configuration": {
|
||||||
|
"allow-sub-grouping": true,
|
||||||
|
"allow-unicode-names": false,
|
||||||
|
"always-detailed-sec": false,
|
||||||
|
"auto-link": true,
|
||||||
|
"brief-member-desc": true,
|
||||||
|
"built-in-stl-support": false,
|
||||||
|
"case-sensitive-fname": true,
|
||||||
|
"cpp-cli-support": false,
|
||||||
|
"create-subdirs": false,
|
||||||
|
"duplicate-docs": false,
|
||||||
|
"enabled-sections": [
|
||||||
|
""
|
||||||
|
],
|
||||||
|
"extract-all": false,
|
||||||
|
"extract-anon-namespaces": false,
|
||||||
|
"extract-local-classes": true,
|
||||||
|
"extract-local-methods": false,
|
||||||
|
"extract-package": false,
|
||||||
|
"extract-private": false,
|
||||||
|
"extract-static": false,
|
||||||
|
"file-version-filter": "",
|
||||||
|
"force-local-includes": false,
|
||||||
|
"full-path-names": true,
|
||||||
|
"generate-bug-list": true,
|
||||||
|
"generate-deprecate-list": true,
|
||||||
|
"generate-test-list": true,
|
||||||
|
"generate-todo-list": true,
|
||||||
|
"group-nested-compounds": false,
|
||||||
|
"hide-compound-ref": false,
|
||||||
|
"hide-friend-compounds": false,
|
||||||
|
"hide-in-body-docs": false,
|
||||||
|
"hide-navtree-members": false,
|
||||||
|
"hide-scope-names": false,
|
||||||
|
"hide-undoc-classes": true,
|
||||||
|
"hide-undoc-members": true,
|
||||||
|
"idl-support": true,
|
||||||
|
"inherit-docs": true,
|
||||||
|
"inline-grouped-classes": false,
|
||||||
|
"inline-info": true,
|
||||||
|
"inline-inherited-member": false,
|
||||||
|
"inline-simple-struct": false,
|
||||||
|
"internal-docs": false,
|
||||||
|
"javadoc-auto-brief": false,
|
||||||
|
"language-mapping": [
|
||||||
|
""
|
||||||
|
],
|
||||||
|
"layout-file": "",
|
||||||
|
"main-page-name": "",
|
||||||
|
"main-page-omit": false,
|
||||||
|
"markdown": true,
|
||||||
|
"max-init-lines": 30,
|
||||||
|
"multiline-cpp-brief": false,
|
||||||
|
"ns-alias": [
|
||||||
|
""
|
||||||
|
],
|
||||||
|
"qt-auto-brief": false,
|
||||||
|
"repeat-brief": true,
|
||||||
|
"separate-member-pages": false,
|
||||||
|
"short-names": false,
|
||||||
|
"show-file-page": true,
|
||||||
|
"show-grouped-members-inc": false,
|
||||||
|
"show-include-files": true,
|
||||||
|
"show-namespace-page": true,
|
||||||
|
"show-used-files": true,
|
||||||
|
"sip-support": false,
|
||||||
|
"sort-brief-docs": false,
|
||||||
|
"sort-by-scope-name": false,
|
||||||
|
"sort-class-case-sensitive": false,
|
||||||
|
"sort-constructors-first": true,
|
||||||
|
"sort-group-names": false,
|
||||||
|
"sort-member-docs": true,
|
||||||
|
"strict-sig-matching": false,
|
||||||
|
"tcl-subst": [
|
||||||
|
""
|
||||||
|
],
|
||||||
|
"toc-include-headers": 0,
|
||||||
|
"use-typedef-name": false
|
||||||
|
},
|
||||||
|
"dot": {
|
||||||
|
"class-diagrams": true,
|
||||||
|
"dia-file-dirs": [
|
||||||
|
""
|
||||||
|
],
|
||||||
|
"dia-path": "",
|
||||||
|
"directory-graph": true,
|
||||||
|
"dot-call": false,
|
||||||
|
"dot-called-by": false,
|
||||||
|
"dot-class-graph": true,
|
||||||
|
"dot-cleanup": true,
|
||||||
|
"dot-collaboration": true,
|
||||||
|
"dot-file-dirs": [
|
||||||
|
""
|
||||||
|
],
|
||||||
|
"dot-font-name": "Helvetica",
|
||||||
|
"dot-font-path": "",
|
||||||
|
"dot-font-size": 10,
|
||||||
|
"dot-graph-max-depth": 0,
|
||||||
|
"dot-graph-max-nodes": 50,
|
||||||
|
"dot-hierarchy": true,
|
||||||
|
"dot-image-format": "png",
|
||||||
|
"dot-include": true,
|
||||||
|
"dot-included-by": true,
|
||||||
|
"dot-multiple-targets": false,
|
||||||
|
"dot-num-threads": 0,
|
||||||
|
"dot-path": "",
|
||||||
|
"dot-transparent": false,
|
||||||
|
"generate-legend": true,
|
||||||
|
"group-graphs": true,
|
||||||
|
"have-dot": false,
|
||||||
|
"hide-undoc-relations": true,
|
||||||
|
"interactive-svg": false,
|
||||||
|
"msc-file-dirs": [
|
||||||
|
""
|
||||||
|
],
|
||||||
|
"mscgen-path": "",
|
||||||
|
"plantuml-cfg-file": "",
|
||||||
|
"plantuml-inc-path": [
|
||||||
|
""
|
||||||
|
],
|
||||||
|
"plantuml-jar-path": "",
|
||||||
|
"template-relations": false,
|
||||||
|
"uml-limit-num-fields": 10,
|
||||||
|
"uml-look": false
|
||||||
|
},
|
||||||
|
"doxypress-format": 1,
|
||||||
|
"doxypress-updated": "2018-Jun-30",
|
||||||
|
"external": {
|
||||||
|
"all-externals": false,
|
||||||
|
"external-groups": true,
|
||||||
|
"external-pages": true,
|
||||||
|
"generate-tagfile": "",
|
||||||
|
"perl-path": "/usr/bin/perl",
|
||||||
|
"tag-files": [
|
||||||
|
""
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"general": {
|
||||||
|
"abbreviate-brief": [
|
||||||
|
"The $name class",
|
||||||
|
"The $name widget",
|
||||||
|
"The $name file",
|
||||||
|
"is",
|
||||||
|
"provides",
|
||||||
|
"specifies",
|
||||||
|
"contains",
|
||||||
|
"represents",
|
||||||
|
"a",
|
||||||
|
"an",
|
||||||
|
"the"
|
||||||
|
],
|
||||||
|
"aliases": [
|
||||||
|
""
|
||||||
|
],
|
||||||
|
"lookup-cache-size": 0,
|
||||||
|
"optimize-c": false,
|
||||||
|
"optimize-cplus": true,
|
||||||
|
"optimize-fortran": false,
|
||||||
|
"optimize-java": false,
|
||||||
|
"optimize-python": false,
|
||||||
|
"output-dir": "doc",
|
||||||
|
"output-language": "English",
|
||||||
|
"strip-from-inc-path": [
|
||||||
|
""
|
||||||
|
],
|
||||||
|
"strip-from-path": [
|
||||||
|
""
|
||||||
|
],
|
||||||
|
"tab-size": 4
|
||||||
|
},
|
||||||
|
"index": {
|
||||||
|
"alpha-index": true,
|
||||||
|
"cols-in-index": 5,
|
||||||
|
"ignore-prefix": [
|
||||||
|
""
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"input": {
|
||||||
|
"example-patterns": [
|
||||||
|
"*"
|
||||||
|
],
|
||||||
|
"example-recursive": false,
|
||||||
|
"example-source": [
|
||||||
|
""
|
||||||
|
],
|
||||||
|
"exclude-files": [
|
||||||
|
""
|
||||||
|
],
|
||||||
|
"exclude-patterns": [
|
||||||
|
""
|
||||||
|
],
|
||||||
|
"exclude-symbols": [
|
||||||
|
""
|
||||||
|
],
|
||||||
|
"exclude-symlinks": false,
|
||||||
|
"filter-patterns": [
|
||||||
|
""
|
||||||
|
],
|
||||||
|
"filter-program": "",
|
||||||
|
"filter-source-files": false,
|
||||||
|
"filter-source-patterns": [
|
||||||
|
""
|
||||||
|
],
|
||||||
|
"image-path": [
|
||||||
|
""
|
||||||
|
],
|
||||||
|
"input-encoding": "UTF-8",
|
||||||
|
"input-patterns": [
|
||||||
|
"*.as",
|
||||||
|
"*.c",
|
||||||
|
"*.cc",
|
||||||
|
"*.cpp",
|
||||||
|
"*.cxx",
|
||||||
|
"*.c++",
|
||||||
|
"*.cs",
|
||||||
|
"*.d",
|
||||||
|
"*.ddl",
|
||||||
|
"*.dox",
|
||||||
|
"*.for",
|
||||||
|
"*.f",
|
||||||
|
"*.f90",
|
||||||
|
"*.h",
|
||||||
|
"*.hh",
|
||||||
|
"*.hxx",
|
||||||
|
"*.hpp",
|
||||||
|
"*.h++",
|
||||||
|
"*.idl",
|
||||||
|
"*.ii",
|
||||||
|
"*.ixx",
|
||||||
|
"*.ipp",
|
||||||
|
"*.i++",
|
||||||
|
"*.inc",
|
||||||
|
"*.inl",
|
||||||
|
"*.java",
|
||||||
|
"*.js",
|
||||||
|
"*.m",
|
||||||
|
"*.md",
|
||||||
|
"*.mm",
|
||||||
|
"*.markdown",
|
||||||
|
"*.odl",
|
||||||
|
"*.php",
|
||||||
|
"*.php3",
|
||||||
|
"*.php4",
|
||||||
|
"*.php5",
|
||||||
|
"*.phtml",
|
||||||
|
"*.py",
|
||||||
|
"*.pyw",
|
||||||
|
"*.qsf",
|
||||||
|
"*.tcl",
|
||||||
|
"*.ucf"
|
||||||
|
],
|
||||||
|
"input-recursive": true,
|
||||||
|
"input-source": [
|
||||||
|
"include/utl"
|
||||||
|
],
|
||||||
|
"mdfile-mainpage": ""
|
||||||
|
},
|
||||||
|
"messages": {
|
||||||
|
"quiet": false,
|
||||||
|
"warn-doc-error": true,
|
||||||
|
"warn-format": "$file:$line: $text",
|
||||||
|
"warn-logfile": "",
|
||||||
|
"warn-undoc": true,
|
||||||
|
"warn-undoc-param": false,
|
||||||
|
"warnings": true
|
||||||
|
},
|
||||||
|
"output-chm": {
|
||||||
|
"binary-toc": false,
|
||||||
|
"chm-file": "",
|
||||||
|
"chm-index-encoding": "",
|
||||||
|
"generate-chi": false,
|
||||||
|
"generate-chm": true,
|
||||||
|
"hhc-location": "",
|
||||||
|
"toc-expanded": false
|
||||||
|
},
|
||||||
|
"output-docbook": {
|
||||||
|
"docbook-output": "docbook",
|
||||||
|
"docbook-program-listing": false,
|
||||||
|
"generate-docbook": false
|
||||||
|
},
|
||||||
|
"output-docset": {
|
||||||
|
"docset-bundle-id": "org.doxypress.Project",
|
||||||
|
"docset-feedname": "DoxyPress generated docs",
|
||||||
|
"docset-publisher-id": "org.doxypress.Publisher",
|
||||||
|
"docset-publisher-name": "Publisher",
|
||||||
|
"generate-docset": false
|
||||||
|
},
|
||||||
|
"output-eclipse": {
|
||||||
|
"eclipse-doc-id": "org.doxypress.Project",
|
||||||
|
"generate-eclipse": false
|
||||||
|
},
|
||||||
|
"output-html": {
|
||||||
|
"disable-index": false,
|
||||||
|
"enum-values-per-line": 4,
|
||||||
|
"external-links-in-window": false,
|
||||||
|
"formula-fontsize": 10,
|
||||||
|
"formula-transparent": true,
|
||||||
|
"generate-html": true,
|
||||||
|
"generate-treeview": false,
|
||||||
|
"ghostscript": "",
|
||||||
|
"html-colorstyle-gamma": 80,
|
||||||
|
"html-colorstyle-hue": 220,
|
||||||
|
"html-colorstyle-sat": 100,
|
||||||
|
"html-dynamic-sections": false,
|
||||||
|
"html-extra-files": [
|
||||||
|
""
|
||||||
|
],
|
||||||
|
"html-file-extension": ".html",
|
||||||
|
"html-footer": "",
|
||||||
|
"html-header": "",
|
||||||
|
"html-index-num-entries": 100,
|
||||||
|
"html-output": "html",
|
||||||
|
"html-search": false,
|
||||||
|
"html-stylesheets": [
|
||||||
|
""
|
||||||
|
],
|
||||||
|
"html-timestamp": true,
|
||||||
|
"mathjax-codefile": "",
|
||||||
|
"mathjax-extensions": [
|
||||||
|
""
|
||||||
|
],
|
||||||
|
"mathjax-format": "HTML-CSS",
|
||||||
|
"mathjax-relpath": "https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.2/",
|
||||||
|
"search-data-file": "searchdata.xml",
|
||||||
|
"search-external": false,
|
||||||
|
"search-external-id": "",
|
||||||
|
"search-external-url": "",
|
||||||
|
"search-mappings": [
|
||||||
|
""
|
||||||
|
],
|
||||||
|
"search-server-based": false,
|
||||||
|
"treeview-width": 250,
|
||||||
|
"use-mathjax": false
|
||||||
|
},
|
||||||
|
"output-latex": {
|
||||||
|
"cite-bib-files": [
|
||||||
|
""
|
||||||
|
],
|
||||||
|
"generate-latex": false,
|
||||||
|
"latex-batch-mode": false,
|
||||||
|
"latex-bib-style": "plain",
|
||||||
|
"latex-cmd-name": "latex",
|
||||||
|
"latex-compact": false,
|
||||||
|
"latex-extra-files": [
|
||||||
|
""
|
||||||
|
],
|
||||||
|
"latex-extra-packages": [
|
||||||
|
""
|
||||||
|
],
|
||||||
|
"latex-footer": "",
|
||||||
|
"latex-header": "",
|
||||||
|
"latex-hide-indices": false,
|
||||||
|
"latex-hyper-pdf": true,
|
||||||
|
"latex-output": "latex",
|
||||||
|
"latex-paper-type": "a4",
|
||||||
|
"latex-pdf": true,
|
||||||
|
"latex-ps": true,
|
||||||
|
"latex-source-code": false,
|
||||||
|
"latex-stylesheets": [
|
||||||
|
""
|
||||||
|
],
|
||||||
|
"latex-timestamp": false,
|
||||||
|
"make-index-cmd-name": "makeindex"
|
||||||
|
},
|
||||||
|
"output-man": {
|
||||||
|
"generate-man": false,
|
||||||
|
"man-extension": ".3",
|
||||||
|
"man-links": false,
|
||||||
|
"man-output": "man",
|
||||||
|
"man-subdir": ""
|
||||||
|
},
|
||||||
|
"output-perl": {
|
||||||
|
"generate-perl": false,
|
||||||
|
"perl-latex": false,
|
||||||
|
"perl-prefix": "",
|
||||||
|
"perl-pretty": true
|
||||||
|
},
|
||||||
|
"output-qhelp": {
|
||||||
|
"generate-qthelp": false,
|
||||||
|
"qch-file": "",
|
||||||
|
"qhp-cust-attrib": [
|
||||||
|
""
|
||||||
|
],
|
||||||
|
"qhp-cust-filter-name": "",
|
||||||
|
"qhp-namespace": "org.doxypress.Project",
|
||||||
|
"qhp-sect-attrib": [
|
||||||
|
""
|
||||||
|
],
|
||||||
|
"qhp-virtual-folder": "doc",
|
||||||
|
"qthelp-gen-path": ""
|
||||||
|
},
|
||||||
|
"output-rtf": {
|
||||||
|
"generate-rtf": false,
|
||||||
|
"rtf-compact": false,
|
||||||
|
"rtf-extension": "",
|
||||||
|
"rtf-hyperlinks": false,
|
||||||
|
"rtf-output": "rtf",
|
||||||
|
"rtf-paper-type": "a4",
|
||||||
|
"rtf-source-code": false,
|
||||||
|
"rtf-stylesheet": ""
|
||||||
|
},
|
||||||
|
"output-xml": {
|
||||||
|
"generate-xml": false,
|
||||||
|
"xml-output": "xml",
|
||||||
|
"xml-program-listing": true
|
||||||
|
},
|
||||||
|
"preprocessor": {
|
||||||
|
"enable-preprocessing": false,
|
||||||
|
"expand-as-defined": [
|
||||||
|
""
|
||||||
|
],
|
||||||
|
"expand-only-predefined": false,
|
||||||
|
"include-path": [
|
||||||
|
""
|
||||||
|
],
|
||||||
|
"include-patterns": [
|
||||||
|
""
|
||||||
|
],
|
||||||
|
"macro-expansion": false,
|
||||||
|
"predefined-macros": [
|
||||||
|
""
|
||||||
|
],
|
||||||
|
"search-includes": true,
|
||||||
|
"skip-function-macros": true
|
||||||
|
},
|
||||||
|
"project": {
|
||||||
|
"project-brief": "micro Template Library",
|
||||||
|
"project-logo": "",
|
||||||
|
"project-name": "uTL",
|
||||||
|
"project-version": ""
|
||||||
|
},
|
||||||
|
"source": {
|
||||||
|
"inline-source": true,
|
||||||
|
"ref-by-relation": false,
|
||||||
|
"ref-link-source": true,
|
||||||
|
"ref-relation": false,
|
||||||
|
"source-code": true,
|
||||||
|
"source-tooltips": true,
|
||||||
|
"strip-code-comments": true,
|
||||||
|
"suffix-exclude-navtree": [
|
||||||
|
"doc",
|
||||||
|
"dox",
|
||||||
|
"md",
|
||||||
|
"markdown",
|
||||||
|
"txt"
|
||||||
|
],
|
||||||
|
"suffix-header-navtree": [
|
||||||
|
"h",
|
||||||
|
"hh",
|
||||||
|
"hxx",
|
||||||
|
"hpp",
|
||||||
|
"h++",
|
||||||
|
"idl",
|
||||||
|
"ddl",
|
||||||
|
"pidl"
|
||||||
|
],
|
||||||
|
"suffix-source-navtree": [
|
||||||
|
"c",
|
||||||
|
"cc",
|
||||||
|
"cxx",
|
||||||
|
"cpp",
|
||||||
|
"c++",
|
||||||
|
"ii",
|
||||||
|
"ixx",
|
||||||
|
"ipp",
|
||||||
|
"i++",
|
||||||
|
"inl",
|
||||||
|
"java",
|
||||||
|
"m",
|
||||||
|
"mm",
|
||||||
|
"xml"
|
||||||
|
],
|
||||||
|
"use-htags": false,
|
||||||
|
"verbatim-headers": true
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user