diff options
author | 2012-03-15 13:17:39 -0400 | |
---|---|---|
committer | 2012-03-15 13:17:39 -0400 | |
commit | c80a277bc7d220465ad46848b4dc805698e30895 (patch) | |
tree | ccffcc8b75da80d96c2f7f975309afe1c54a5207 /doc/11_Scripting.md | |
parent | 23d82529b3703ed4d46fc1dd06f4d0e3e9ea2c09 (diff) | |
download | textadept-c80a277bc7d220465ad46848b4dc805698e30895.tar.gz textadept-c80a277bc7d220465ad46848b4dc805698e30895.zip |
Added note about output directory; doc/11_Scripting.md
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/ |