Current Dev State

This commit is contained in:
Tim Lorsbach
2025-06-23 20:13:54 +02:00
parent b4f9bb277d
commit ded50edaa2
22617 changed files with 4345095 additions and 174 deletions

44
static/js/ketcher2/node_modules/pem/jsdoc.json generated vendored Normal file
View File

@ -0,0 +1,44 @@
{
"tags": {
"allowUnknownTags": false
},
"source": {
"include": "./lib",
"includePattern": ".js$",
"excludePattern": "(node_modules/|test/|docs)"
},
"plugins": ["plugins/markdown"],
"templates": {
"cleverLinks": true,
"monospaceLinks": true,
"outputSourceFiles": true,
"outputSourcePath": true,
"dateFormat": "MMMM Do YYYY, HH:mm Z",
"systemName": "pem",
"footer": "",
"copyright": "Copyright (c) 2012 Andris Reinman; 2016 Josef Fröhle",
"navType": "vertical",
"linenums": true,
"collapseSymbols": false,
"inverseNav": true,
"highlightTutorialCode": true,
"protocol": "html://",
"syntaxTheme": "dark"
},
"markdown": {
"parser": "gfm",
"hardwrap": true
},
"opts": {
"verbose": true,
"encoding": "utf8",
"destination": "docs/jsdoc/",
"recurse": true,
"readme": "./README.md",
"template": "node_modules/@deineagenturug/docdash"
},
"docdash": {
"static": true,
"sort": true
}
}