From e874c4290abc9b8ab52635f93b305d645eb3c01d Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 14 Nov 2001 22:39:35 +0000 Subject: [PATCH] Add --sgml-mode. * docs/reference/gdk/Makefile.am (MKDB_OPTIONS), docs/reference/gdk-pixbuf/Makefile.am (MKDB_OPTIONS), docs/reference/gtk/Makefile.am (MKDB_OPTIONS): Add --sgml-mode. * docs/reference/gdk-pixbuf/tmpl/file-saving.sgml, docs/reference/gdk-pixbuf/tmpl/module_interface.sgml, docs/reference/gdk-pixbuf/tmpl/gdk-pixbuf-xlib-rgb.sgml: Consistent shor --- docs/reference/gdk-pixbuf/Makefile.am | 2 +- docs/reference/gdk-pixbuf/tmpl/file-saving.sgml | 4 ++-- docs/reference/gdk-pixbuf/tmpl/gdk-pixbuf-xlib-rgb.sgml | 2 +- docs/reference/gdk-pixbuf/tmpl/module_interface.sgml | 2 +- docs/reference/gdk/Makefile.am | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/reference/gdk-pixbuf/Makefile.am b/docs/reference/gdk-pixbuf/Makefile.am index 2ab36d5be8..dd781216d5 100644 --- a/docs/reference/gdk-pixbuf/Makefile.am +++ b/docs/reference/gdk-pixbuf/Makefile.am @@ -13,7 +13,7 @@ DOC_SOURCE_DIR=../../../gdk-pixbuf SCAN_OPTIONS=--source-dir=../../../contrib/gdk-pixbuf-xlib # Extra options to supply to gtkdoc-mkdb -MKDB_OPTIONS=--source-dir=../../../contrib/gdk-pixbuf-xlib +MKDB_OPTIONS=--sgml-mode --source-dir=../../../contrib/gdk-pixbuf-xlib # Extra options to supply to gtkdoc-fixref FIXXREF_OPTIONS= diff --git a/docs/reference/gdk-pixbuf/tmpl/file-saving.sgml b/docs/reference/gdk-pixbuf/tmpl/file-saving.sgml index b3abab0bac..a8b7da2c40 100644 --- a/docs/reference/gdk-pixbuf/tmpl/file-saving.sgml +++ b/docs/reference/gdk-pixbuf/tmpl/file-saving.sgml @@ -1,8 +1,8 @@ -file-saving +File saving - +Saving a pixbuf to a file. diff --git a/docs/reference/gdk-pixbuf/tmpl/gdk-pixbuf-xlib-rgb.sgml b/docs/reference/gdk-pixbuf/tmpl/gdk-pixbuf-xlib-rgb.sgml index 7ddc621436..5276f48ed4 100644 --- a/docs/reference/gdk-pixbuf/tmpl/gdk-pixbuf-xlib-rgb.sgml +++ b/docs/reference/gdk-pixbuf/tmpl/gdk-pixbuf-xlib-rgb.sgml @@ -2,7 +2,7 @@ XlibRGB -Functions for rendering RGB buffers to X drawables. +Rendering RGB buffers to X drawables. diff --git a/docs/reference/gdk-pixbuf/tmpl/module_interface.sgml b/docs/reference/gdk-pixbuf/tmpl/module_interface.sgml index e2a1cca025..028041b871 100644 --- a/docs/reference/gdk-pixbuf/tmpl/module_interface.sgml +++ b/docs/reference/gdk-pixbuf/tmpl/module_interface.sgml @@ -2,7 +2,7 @@ Module Interface -extending &gdk-pixbuf; +Extending &gdk-pixbuf; diff --git a/docs/reference/gdk/Makefile.am b/docs/reference/gdk/Makefile.am index 7598ed8e65..853603640c 100644 --- a/docs/reference/gdk/Makefile.am +++ b/docs/reference/gdk/Makefile.am @@ -13,7 +13,7 @@ DOC_SOURCE_DIR=../../../gdk SCAN_OPTIONS=--deprecated-guards="GDK_ENABLE_BROKEN|GDK_DISABLE_DEPRECATED" # Extra options to supply to gtkdoc-mkdb -MKDB_OPTIONS= +MKDB_OPTIONS=--sgml-mode # Extra options to supply to gtkdoc-fixref FIXXREF_OPTIONS=--extra-dir=../gdk-pixbuf/html