From b3b4607da3847266039dfc420502be33d76a159e Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Thu, 8 Jan 2009 09:14:54 +0000 Subject: =?UTF-8?q?Patch=20from=20Enrico=20Tr=C3=B6ger=20to=20change=20com?= =?UTF-8?q?ments=20in=20header=20files=20to=20C=20Style=20/*=20rather=20th?= =?UTF-8?q?an=20C++=20style=20//=20so=20that=20some=20compilers=20will=20w?= =?UTF-8?q?ork.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/SciLexer.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'include/SciLexer.h') 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 -// The License.txt file describes the conditions under which this software may be distributed. +/* Copyright 1998-2002 by Neil Hodgson + * 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 -- cgit v1.2.3