mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-15 21:29:23 +00:00
Move all Keyman Core header API documentation to javadoc-style so that we can get inline documentation and simplify the readability of the header files. Update api-header-extractor to support minimal javadoc formatting of the comments. Test-bot: skip
10 lines
193 B
JSON
10 lines
193 B
JSON
{
|
|
"name": "@keymanapp/api-header-extractor",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {},
|
|
"main": "build/src/index.js",
|
|
"devDependencies": {
|
|
"@types/node": "^25.6.0"
|
|
}
|
|
}
|