aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorNeil <unknown>2015-12-15 21:37:18 +1100
committerNeil <unknown>2015-12-15 21:37:18 +1100
commitef32e5c4565ef7faa07d443eade1a15470e6668e (patch)
tree91083acabe22e482a6be76813aac595ee2a6d534 /include
parentf731523ba185e94af6734102332168487c14730f (diff)
downloadscintilla-mirror-ef32e5c4565ef7faa07d443eade1a15470e6668e.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')
-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. */