aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/LexLua.cxx
diff options
context:
space:
mode:
authornyamatongwe <unknown>2001-02-27 01:12:47 +0000
committernyamatongwe <unknown>2001-02-27 01:12:47 +0000
commit69e59e3f5096b8bda0408cd4feb67cb22930e75b (patch)
tree22b082b24bb31300a43cef5b26c824a7fcda3f32 /src/LexLua.cxx
parenta1e8419f50f4b017147f0fe18df81a167c8c0fac (diff)
downloadscintilla-mirror-69e59e3f5096b8bda0408cd4feb67cb22930e75b.tar.gz
Patch from Philippe to regularise comments.
Diffstat (limited to 'src/LexLua.cxx')
-rw-r--r--src/LexLua.cxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/LexLua.cxx b/src/LexLua.cxx
index 8eda566aa..86c690dcb 100644
--- a/src/LexLua.cxx
+++ b/src/LexLua.cxx
@@ -1,5 +1,9 @@
-// LexLua.cxx - lexer for Lua language
-// Written by Paul Winwood
+// Scintilla source code edit control
+/** @file LexLua.cxx
+ ** Lexer for Lua language.
+ **
+ ** Written by Paul Winwood.
+ **/
#include <stdlib.h>
#include <string.h>