Start adding documentation
This commit is contained in:
parent
b9089aaf03
commit
c728fe3aff
54 changed files with 12540 additions and 43 deletions
17
typedoc.json
Normal file
17
typedoc.json
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"mode": "file",
|
||||
"out": "docs",
|
||||
"name": "SDF-2D",
|
||||
"includeDeclarations": true,
|
||||
"excludeExternals": true,
|
||||
"excludeNotExported": true,
|
||||
"excludePrivate": true,
|
||||
"stripInternal": true,
|
||||
"media": "media",
|
||||
"includeVersion": true,
|
||||
"hideGenerator": true,
|
||||
"inputFiles": "src",
|
||||
"ignoreCompilerErrors": true,
|
||||
"listInvalidSymbolLinks": true,
|
||||
"readme": "docs-source/README.md"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue