aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/ScintillaWidget.h
diff options
context:
space:
mode:
authorNeil <devnull@localhost>2015-12-15 21:37:18 +1100
committerNeil <devnull@localhost>2015-12-15 21:37:18 +1100
commit6c9565b07a123e815acb0acffb6f269119cb77cc (patch)
tree8ba18d653e833b1cd4fbb600008271488ff2db64 /include/ScintillaWidget.h
parentcc984ff6b1eaa5a653a85b3dfbb712363170bfec (diff)
downloadscintilla-mirror-6c9565b07a123e815acb0acffb6f269119cb77cc.tar.gz
Minor cleanups for GObject introspection.
Avoid doc-comment in header as they are interpreted by g-ir-scanner, fix a typo, remove empty lines, add to change log.
Diffstat (limited to 'include/ScintillaWidget.h')
-rw-r--r--include/ScintillaWidget.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/include/ScintillaWidget.h b/include/ScintillaWidget.h
index 87c70917c..2c3d12dbe 100644
--- a/include/ScintillaWidget.h
+++ b/include/ScintillaWidget.h
@@ -1,8 +1,9 @@
/* Scintilla source code edit control */
-/** @file ScintillaWidget.h
- ** Definition of Scintilla widget for GTK+.
- ** Only needed by GTK+ code but is harmless on other platforms.
- **/
+/* @file ScintillaWidget.h
+ * Definition of Scintilla widget for GTK+.
+ * Only needed by GTK+ code but is harmless on other platforms.
+ * This comment is not a doc-comment as that causes warnings from g-ir-scanner.
+ */
/* Copyright 1998-2001 by Neil Hodgson <neilh@scintilla.org>
* The License.txt file describes the conditions under which this software may be distributed. */