aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/LexLua.cxx
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2001-02-27 01:12:47 +0000
committernyamatongwe <devnull@localhost>2001-02-27 01:12:47 +0000
commit092d0572b39dea08d13c8a5c0f17fdbec2d99cd0 (patch)
tree22b082b24bb31300a43cef5b26c824a7fcda3f32 /src/LexLua.cxx
parente25dda1fdca3e282f7aaf4bf5cd5068031aad57d (diff)
downloadscintilla-mirror-092d0572b39dea08d13c8a5c0f17fdbec2d99cd0.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>