diff options
Diffstat (limited to 'doc/11_Scripting.md')
-rw-r--r-- | doc/11_Scripting.md | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/11_Scripting.md b/doc/11_Scripting.md index d7275829..d2ce5f08 100644 --- a/doc/11_Scripting.md +++ b/doc/11_Scripting.md @@ -31,8 +31,11 @@ or where `_HOME` is where Textadept is installed and `template_dir` is an optional template directory that contains two Markdown files: `.header.md` and -`.footer.md`. (See `doc/.header.md` and `doc/.footer.md` for examples.) You must -have [Discount][] installed. +`.footer.md`. (See `doc/.header.md` and `doc/.footer.md` for examples.) An +`api/` directory containing the API documentation is created in the current +directory. + +You must have [Discount][] installed. [LuaDoc]: http://keplerproject.github.com/luadoc/ [Discount]: http://www.pell.portland.or.us/~orc/Code/discount/ |