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/LexPerl.cxx | |
parent | a1e8419f50f4b017147f0fe18df81a167c8c0fac (diff) | |
download | scintilla-mirror-69e59e3f5096b8bda0408cd4feb67cb22930e75b.tar.gz |
Patch from Philippe to regularise comments.
Diffstat (limited to 'src/LexPerl.cxx')
-rw-r--r-- | src/LexPerl.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/LexPerl.cxx b/src/LexPerl.cxx index 2dc539c0f..08c8d4e86 100644 --- a/src/LexPerl.cxx +++ b/src/LexPerl.cxx @@ -1,4 +1,4 @@ -// SciTE - Scintilla based Text Editor +// Scintilla source code edit control /** @file LexPerl.cxx ** Lexer for subset of Perl. **/ |