diff options
author | 2012-03-07 09:28:43 -0500 | |
---|---|---|
committer | 2012-03-07 09:28:43 -0500 | |
commit | 96c85498c019e381d0aeed2e33e626563563ea8c (patch) | |
tree | a44a3ff017cc7c5de3e4845434324c7798689d24 /modules/cpp/init.lua | |
parent | 6c5bda943d87c629e3fbeaa9178d5fdcb96134c5 (diff) | |
download | textadept-96c85498c019e381d0aeed2e33e626563563ea8c.tar.gz textadept-96c85498c019e381d0aeed2e33e626563563ea8c.zip |
Documentation overhaul with Discount (Markdown implementation).
The standard LuaDoc template is no longer used. Instead, the new
`scripts/markdowndoc.lua` has the template for LuaDoc and `scripts/update_doc`
has the template for the Manual.
Also added README, CHANGELOG, and THANKS files.
Diffstat (limited to 'modules/cpp/init.lua')
-rw-r--r-- | modules/cpp/init.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/cpp/init.lua b/modules/cpp/init.lua index d8a573a5..42bc1962 100644 --- a/modules/cpp/init.lua +++ b/modules/cpp/init.lua @@ -6,8 +6,8 @@ local M = {} --- -- The cpp module. -- It provides utilities for editing C/C++ code. --- User tags are loaded from _USERHOME/modules/cpp/tags and user apis are loaded --- from _USERHOME/modules/cpp/api. +-- User tags are loaded from `_USERHOME/modules/cpp/tags` and user apis are +-- loaded from `_USERHOME/modules/cpp/api`. module('_M.cpp')]] -- Markdown: |