mirror of
https://github.com/jerryscript-project/jerryscript.git
synced 2025-12-15 16:29:21 +00:00
Add docs about extensions to webpage-generator script (#1811)
JerryScript-DCO-1.0-Signed-off-by: Zsolt Borbély zsborbely.u-szeged@partner.samsung.com
This commit is contained in:
parent
2b152f079a
commit
e76d44a2ee
@ -30,6 +30,8 @@ PORT_API_MD="05.PORT-API.md"
|
||||
REFERENCE_COUNTING_MD="06.REFERENCE-COUNTING.md"
|
||||
DEBUGGER_MD="07.DEBUGGER.md"
|
||||
CODING_STANDARDS_MD="08.CODING-STANDARDS.md"
|
||||
EXT_REFERENCE_ARG_MD="09.EXT-REFERENCE-ARG.md"
|
||||
EXT_REFERENCE_HANDLER_MD="10.EXT-REFERENCE-HANDLER.md"
|
||||
|
||||
declare -A titles
|
||||
|
||||
@ -41,6 +43,8 @@ titles[$PORT_API_MD]="Port API"
|
||||
titles[$REFERENCE_COUNTING_MD]="Reference Counting"
|
||||
titles[$DEBUGGER_MD]="Debugger"
|
||||
titles[$CODING_STANDARDS_MD]="Coding Standards"
|
||||
titles[$EXT_REFERENCE_ARG_MD]="'Extension API: Argument Validation'"
|
||||
titles[$EXT_REFERENCE_HANDLER_MD]="'Extension API: External Function Handlers'"
|
||||
|
||||
for docfile in $docs_dir/*.md; do
|
||||
docfile_base=`basename $docfile`
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user