diff options
author | nyamatongwe <unknown> | 2001-02-27 01:12:47 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2001-02-27 01:12:47 +0000 |
commit | 69e59e3f5096b8bda0408cd4feb67cb22930e75b (patch) | |
tree | 22b082b24bb31300a43cef5b26c824a7fcda3f32 /src/LexLua.cxx | |
parent | a1e8419f50f4b017147f0fe18df81a167c8c0fac (diff) | |
download | scintilla-mirror-69e59e3f5096b8bda0408cd4feb67cb22930e75b.tar.gz |
Patch from Philippe to regularise comments.
Diffstat (limited to 'src/LexLua.cxx')
-rw-r--r-- | src/LexLua.cxx | 8 |
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> |