summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorfujiwarat <takao.fujiwara1@gmail.com>2015-07-13 17:58:30 +0900
committerfujiwarat <takao.fujiwara1@gmail.com>2015-07-13 17:58:30 +0900
commit91bb4a074772835c2c61c0152c13886fb3f91369 (patch)
treef19aca1e0c5e3c012b3ea3e6c9acaff792749bb2 /docs
parent3397fcabe28f6cbf19b698954f5260fed11261c6 (diff)
downloadibus-91bb4a074772835c2c61c0152c13886fb3f91369.tar.gz
Fix doc builds
Generate: html/IBusEngineSimple.html Fix: ibuscomponent.h:137: Warning: IBus: "@Varargs" parameter is deprecated, please use "@..." instead: * @Varargs: the NULL-terminated arguments of the properties and values. ibuscomponent.h:83: Warning: IBus: GTK-Doc tag "Description:" has been deprecated: * description: Detailed description of component. ../../../src/ibusenumtypes.h:13: warning: Section ibusenumtypes is not defined in the ibus-sections.txt file. ../../../src/ibusenginesimple.h:39: warning: Section ibussimpleengine is not defined in the ibus-sections.txt file. ../../../src/ibusinternal.h:35: warning: Section ibusinternal is not defined in the ibus-sections.txt file. ../../../src/ibusattribute.h:138: warning: Parameter description for ibus_attribute_new::returns is not used from source code comment block. ../../../src/ibusattribute.h:161: warning: Parameter description for ibus_attribute_get_value::attr is missing in source code comment block. ../../../src/ibuscomponent.h:145: warning: Parameter description for ibus_component_new_varargs::... is missing in source code comment block. ../../../src/ibusconfig.h:95: warning: Parameter description for ibus_config_new::cancellable is missing in source code comment block. html/IBusBus.html:3540: warning: no link for: 'ibus-bus-get-property-async' -> (<code class="function">ibus_bus_get_property_async()</code>). html/api-index-full.html:2989: warning: no link for: 'ibus-ibuscomposetable' -> (ibuscomposetable). html/IBusAttribute.html:500: warning: no link for: 'FIXME:CAPS' -> (<code class="literal">FIXME</code>). html/ibus-ibuskeys.html:286: warning: no link for: 'IBUS-KEY-Enter' -> (<span class="type">IBUS_KEY_Enter</span>). html/IBusPanelService.html:574: warning: no link for: 'cursor-down-lookup-table' -> (<code class="function">cursor_down_lookup_table()</code>). html/IBusEngine.html:1190: warning: no link for: 'cancel-hand-writing' -> (<code class="function">cancel_hand_writing()</code>). Review URL: https://codereview.appspot.com/247680043
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/ibus/Makefile.am24
-rw-r--r--docs/reference/ibus/ibus.types1
2 files changed, 24 insertions, 1 deletions
diff --git a/docs/reference/ibus/Makefile.am b/docs/reference/ibus/Makefile.am
index e39ab758..1ece234c 100644
--- a/docs/reference/ibus/Makefile.am
+++ b/docs/reference/ibus/Makefile.am
@@ -1,4 +1,25 @@
-## Process this file with automake to produce Makefile.in
+# vim:set noet ts=4:
+#
+# ibus - The Input Bus
+#
+# Copyright (c) 2007-2015 Peng Huang <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2015 Red Hat, Inc.
+# Copyright (c) 2015 Takao Fujiwara <takao.fujiwara1@gmail.com>
+#
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License, or (at your option) any later version.
+#
+# This library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this library; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
+# USA
# We require automake 1.6 at least.
AUTOMAKE_OPTIONS = 1.6
@@ -48,6 +69,7 @@ CFILE_GLOB=$(top_srcdir)/src/*.c
# Header files to ignore when scanning. Use base file/dir names
# e.g. IGNORE_HFILES=gtkdebug.h gtkintl.h
IGNORE_HFILES= \
+ ibuscomposetable.h \
ibusconfigprivate.h \
ibusinternal.h \
keyname-table.h \
diff --git a/docs/reference/ibus/ibus.types b/docs/reference/ibus/ibus.types
index 8055cae5..632e9990 100644
--- a/docs/reference/ibus/ibus.types
+++ b/docs/reference/ibus/ibus.types
@@ -28,3 +28,4 @@ ibus_prop_list_get_type
ibus_input_context_get_type
ibus_observed_path_get_type
ibus_registry_get_type
+ibus_engine_simple_get_type