aboutsummaryrefslogtreecommitdiff
path: root/modules/cpp
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2012-11-19 23:53:30 -0500
committermitchell <70453897+667e-11@users.noreply.github.com>2012-11-19 23:53:30 -0500
commit5f98f4e9afdc411dd492d103ff7e26c258d9b935 (patch)
treea774d8090f3e6fcbe017b9d1d65307b6da2a8e50 /modules/cpp
parent9cdaf41a724dd0d739611c698e92f4421a2fbafc (diff)
downloadtextadept-5f98f4e9afdc411dd492d103ff7e26c258d9b935.tar.gz
textadept-5f98f4e9afdc411dd492d103ff7e26c258d9b935.zip
Rewrote LuaDoc.
Diffstat (limited to 'modules/cpp')
-rw-r--r--modules/cpp/init.lua10
1 files changed, 4 insertions, 6 deletions
diff --git a/modules/cpp/init.lua b/modules/cpp/init.lua
index e1c6dc67..45b6cf5d 100644
--- a/modules/cpp/init.lua
+++ b/modules/cpp/init.lua
@@ -12,11 +12,9 @@ local M = {}
-- + `Ctrl+L, M` (`⌘L, M` on Mac OSX | `M-L, M` in ncurses)
-- Open this module for editing.
-- + `.`
--- When to the right of a known symbol, show an autocompletion list of fields
--- and functions.
+-- Show an autocompletion list of members for the symbol behind the caret.
-- + `->`
--- When to the right of a known symbol, show an autocompletion list of fields
--- and functions.
+-- Show an autocompletion list of members for the symbol behind the caret.
-- + `Shift+Enter` (`⇧↩` | `S-Enter`)
-- Add ';' to the end of the current line and insert a newline.
-- @field sense
@@ -74,7 +72,7 @@ end
-- Commands.
---
--- Container for C/C++-specific key bindings.
+-- Table of C/C++-specific key bindings.
-- @class table
-- @name _G.keys.cpp
keys.cpp = {
@@ -92,7 +90,7 @@ keys.cpp = {
-- Snippets.
---
--- Container for C/C++-specific snippets.
+-- Table of C/C++-specific snippets.
-- @class table
-- @name _G.snippets.cpp
if type(snippets) == 'table' then