Sami Vaarala
4de9b1055c
Add DUK_INTERNAL_SYMBOL() to API documentation
5 years ago
Sami Vaarala
81e8882fa7
Website API defines fixes and improvements
* Remove public API reference to duk_push_thread_raw() and its flags.
This API call is not public, so the flags are not useful either.
* Change DUK_VERSION description into <table> format to match other
define descriptions. Revise version number examples.
5 years ago
Sami Vaarala
65be7389b5
Use 'ECMAScript' spelling in website
7 years ago
Sami Vaarala
6d7dd1a89d
Fix out-of-date DUK_ENUM_xxx flags in API doc
7 years ago
Sami Vaarala
c2852a6bfc
API documentation for new duk_def_prop() flags
8 years ago
Sami Vaarala
fb19361030
Documentation changes for symbol macros
7 years ago
Sami Vaarala
689fa0d7c0
Reformat defines section of API page
* Remove concrete constants because they don't have any guarantees.
* Use table formatting consistently.
* Structs and typedefs remain as is and could be reworked later.
7 years ago
Mamod Mehyar
3c2aaec3de
Website: api docs update to reflect new Error Codes
8 years ago
Sami Vaarala
a69fcd307d
API documentation for DUK_GC_COMPACT
8 years ago
Sami Vaarala
92379ec2fe
Cleanups to website API defines
8 years ago
Sami Vaarala
ed5adc2978
Website ES6 enumeration note
8 years ago
Sami Vaarala
706556efad
Website fixes for detached_cb ctx argument
8 years ago
Sami Vaarala
a6a07c1889
API documentation fixes for error code removal
9 years ago
Sami Vaarala
01b4ace41e
API doc updates for panic removal
9 years ago
Sami Vaarala
d7e360b2e3
Document udata argument for duk_safe_call()
9 years ago
Sami Vaarala
ea9eb95d69
API docs for duk_def_prop() convenience flags
9 years ago
Sami Vaarala
f9981ee0c1
Add GIT_COMMIT and GIT_BRANCH to website
9 years ago
Sami Vaarala
2e06d48b6e
Website changes for genconfig and duk_config.h
9 years ago
Sami Vaarala
7c0e724a1d
Debugger API doc cleanups, peek/flush, detached
10 years ago
Sami Vaarala
6bca640848
API/Guide documentation for debugger support
- API call documentation
- DUK_DEBUG_PROTOCOL_VERSION define
- Update LoC in website index page
- Debugger changes to Guide
Quite minimal at this point. There should be an architecture figure.
To be text browser compatible it'd have to be ASCII art or have an
ASCII art fallback.
10 years ago
Sami Vaarala
5f1934a9cd
Documentation for duk_def_prop()
- API entry
- Add defines to API page
- Add link to duk_def_prop() from Guide virtualization section
10 years ago
Sami Vaarala
8dbee512bc
Add DUK_GIT_DESCRIBE to the public C API
10 years ago
Sami Vaarala
f8b0ce2017
Update API doc defines (DUK_ERR_NONE)
10 years ago
Sami Vaarala
116fe828e5
Guide refs to Versioning where appropriate
10 years ago
Sami Vaarala
51d80f332b
Fix duk_fatal_function typedef in API doc
10 years ago
Sami Vaarala
f4714ae469
Rename memory function members in API doc
10 years ago
Sami Vaarala
dd9943429f
Fix DUK_INVALID_INDEX define
10 years ago
Sami Vaarala
3eb725bf8d
Add missing defines to API docs
10 years ago
Sami Vaarala
c0dd6b800f
Typing updates on API defines doc
11 years ago
Sami Vaarala
2f0f0adacb
guide version number example updates
11 years ago
Sami Vaarala
1314dbdf21
api doc header snippets, clarify they're not exhaustive
11 years ago
Sami Vaarala
ab4b5f2596
change convention for DUK_VERSION so that patch level 99 is used for unofficial snapshots (otherwise forks will have confusing versions)
11 years ago
Sami Vaarala
336f979594
api/guide doc update on DUK_API_ENTRY_STACK
11 years ago
Sami Vaarala
e72f6427b5
rename __duk__ to Duktape in internal website
11 years ago
Sami Vaarala
0d68c08258
reassign section headings: h2->h1, h3->h2, h4->h3; document heading structure now matches conceptual TOC
11 years ago
Sami Vaarala
d65405fdf1
document DUK_VERSION to API document and guide
11 years ago
Sami Vaarala
77b41f7f32
api docs for duk_push_string_file(), duk_compile_file(), and duk_eval_file(); other additions to concepts and defines docs
11 years ago
Sami Vaarala
68063a3af9
move structsandtypedefs into a defines section, and add constants and flags
11 years ago