diff options
author | nyamatongwe <devnull@localhost> | 2001-02-27 01:12:47 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2001-02-27 01:12:47 +0000 |
commit | 092d0572b39dea08d13c8a5c0f17fdbec2d99cd0 (patch) | |
tree | 22b082b24bb31300a43cef5b26c824a7fcda3f32 /src/LexPerl.cxx | |
parent | e25dda1fdca3e282f7aaf4bf5cd5068031aad57d (diff) | |
download | scintilla-mirror-092d0572b39dea08d13c8a5c0f17fdbec2d99cd0.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. **/ |