diff options
author | nyamatongwe <unknown> | 2009-01-08 09:14:54 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2009-01-08 09:14:54 +0000 |
commit | c0f3ce62dd1653dee277b56471145c449ab5e5e1 (patch) | |
tree | 17228fce7fc9c42149d6f2d561ae9d5416b70136 /include/SciLexer.h | |
parent | 5af4b19715f3a669c9b05ca18db43a4d44fcdd05 (diff) | |
download | scintilla-mirror-c0f3ce62dd1653dee277b56471145c449ab5e5e1.tar.gz |
Patch from Enrico Tröger to change comments in header files to C Style /*
rather than C++ style // so that some compilers will work.
Diffstat (limited to 'include/SciLexer.h')
-rw-r--r-- | include/SciLexer.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/include/SciLexer.h b/include/SciLexer.h index 946f2affb..982b48b7b 100644 --- a/include/SciLexer.h +++ b/include/SciLexer.h @@ -1,19 +1,19 @@ -// Scintilla source code edit control +/* Scintilla source code edit control */ /** @file SciLexer.h ** Interface to the added lexer functions in the SciLexer version of the edit control. **/ -// Copyright 1998-2002 by Neil Hodgson <neilh@scintilla.org> -// The License.txt file describes the conditions under which this software may be distributed. +/* Copyright 1998-2002 by Neil Hodgson <neilh@scintilla.org> + * The License.txt file describes the conditions under which this software may be distributed. */ -// Most of this file is automatically generated from the Scintilla.iface interface definition -// file which contains any comments about the definitions. HFacer.py does the generation. +/* Most of this file is automatically generated from the Scintilla.iface interface definition + * file which contains any comments about the definitions. HFacer.py does the generation. */ #ifndef SCILEXER_H #define SCILEXER_H -// SciLexer features - not in standard Scintilla +/* SciLexer features - not in standard Scintilla */ -//++Autogenerated -- start of section automatically generated from Scintilla.iface +/* ++Autogenerated -- start of section automatically generated from Scintilla.iface */ #define SCLEX_CONTAINER 0 #define SCLEX_NULL 1 #define SCLEX_PYTHON 2 @@ -1320,6 +1320,6 @@ #define SCE_POWERPRO_FUNCTION 16 #define SCLEX_ASP 29 #define SCLEX_PHP 30 -//--Autogenerated -- end of section automatically generated from Scintilla.iface +/* --Autogenerated -- end of section automatically generated from Scintilla.iface */ #endif |