From d75bbbb124316c5a80693185ee9a6035a88ac947 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 15 Aug 2005 18:45:27 +0000 Subject: [PATCH] Fix some formatting problems. --- docs/reference/ChangeLog | 5 + docs/reference/glib/glib-gettextize.1 | 78 +++++++------- docs/reference/glib/glib-gettextize.xml | 6 +- docs/reference/gobject/glib-genmarshal.xml | 9 +- docs/reference/gobject/glib-mkenums.1 | 163 +++++++++++++---------------- docs/reference/gobject/glib-mkenums.xml | 9 +- 6 files changed, 122 insertions(+), 148 deletions(-) diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index e33d39a..f6cfd08 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,5 +1,10 @@ 2005-08-15 Matthias Clasen + * glib/glib-gettexttize.xml: + * gobject/glib-genmarshal.xml: + * gobject/glib-mkenums.xml: Fix some trivial + formatting problems. (#313099, Stepan Kasal) + * glib/tmpl/modules.sgml: Document that file_name can be NULL. (#313143, Gustavo Carneiro) diff --git a/docs/reference/glib/glib-gettextize.1 b/docs/reference/glib/glib-gettextize.1 index 693f09a..f8bfb9e 100644 --- a/docs/reference/glib/glib-gettextize.1 +++ b/docs/reference/glib/glib-gettextize.1 @@ -1,59 +1,51 @@ -.\"Generated by db2man.xsl. Don't modify this, modify the source. -.de Sh \" Subsection -.br -.if t .Sp -.ne 5 -.PP -\fB\\$1\fR -.PP -.. -.de Sp \" Vertical space (when we can't use .PP) -.if t .sp .5v -.if n .sp -.. -.de Ip \" List item -.br -.ie \\n(.$>=3 .ne \\$3 -.el .ne 3 -.IP "\\$1" \\$2 -.. -.TH "GLIB-GETTEXTIZE" 1 "" "" "" -.SH NAME -glib-gettextize \- gettext internationalization utility +.\" ** You probably do not want to edit this file directly ** +.\" It was generated using the DocBook XSL Stylesheets (version 1.69.0). +.\" Instead of manually editing it, you probably should edit the DocBook XML +.\" source for it and then use the DocBook XSL Stylesheets to regenerate it. +.TH "GLIB\-GETTEXTIZE" "1" "08/15/2005" "" "" +.\" disable hyphenation +.nh +.\" disable justification (adjust text to left margin only) +.ad l +.SH "NAME" +glib\-gettextize \- gettext internationalization utility .SH "SYNOPSIS" - -.nf -\fBglib-gettextize\fR [option...] [directory] -.fi - +.HP 16 +\fBglib\-gettextize\fR [option...] [directory] .SH "DESCRIPTION" - .PP - \fBglib-gettextize\fR helps to prepare a source package for being internationalized through gettext\&. It is a variant of the \fBgettextize\fR that ships with gettext\&. - +\fBglib\-gettextize\fR +helps to prepare a source package for being internationalized through +gettext. It is a variant of the +\fBgettextize\fR +that ships with +gettext. .PP - \fBglib-gettextize\fR differs from \fBgettextize\fR in that it doesn't create an \fIintl/\fR subdirectory and doesn't modify \fIpo/ChangeLog\fR (note that newer versions of \fBgettextize\fR behave like this when called with the \fB--no-changelog\fR option)\&. - +\fBglib\-gettextize\fR +differs from +\fBgettextize\fR +in that it doesn't create an +\fIintl/\fR +subdirectory and doesn't modify +\fIpo/ChangeLog\fR +(note that newer versions of +\fBgettextize\fR +behave like this when called with the +\fB\-\-no\-changelog\fR +option). .SS "Options" - .TP -\fB--help\fR +\fB\-\-help\fR print help and exit - .TP -\fB--version\fR +\fB\-\-version\fR print version information and exit - .TP -\fB-c\fR, \fB--copy\fR +\fB\-c\fR, \fB\-\-copy\fR copy files instead of making symlinks - .TP -\fB-f\fR, \fB--force\fR +\fB\-f\fR, \fB\-\-force\fR force writing of new files even if old ones exist - .SH "SEE ALSO" - .PP \fBgettextize\fR(1) - diff --git a/docs/reference/glib/glib-gettextize.xml b/docs/reference/glib/glib-gettextize.xml index 54efe7a..c92dc57 100644 --- a/docs/reference/glib/glib-gettextize.xml +++ b/docs/reference/glib/glib-gettextize.xml @@ -19,15 +19,13 @@ Description - -glib-gettextize helps to prepare a source package for being +glib-gettextize helps to prepare a source package for being internationalized through gettext. It is a variant of the gettextize that ships with gettext. - -glib-gettextize differs +glib-gettextize differs from gettextize in that it doesn't create an intl/ subdirectory and doesn't modify po/ChangeLog (note that newer versions of diff --git a/docs/reference/gobject/glib-genmarshal.xml b/docs/reference/gobject/glib-genmarshal.xml index ad409cc..3bce42b 100644 --- a/docs/reference/gobject/glib-genmarshal.xml +++ b/docs/reference/gobject/glib-genmarshal.xml @@ -19,8 +19,7 @@ Description - -glib-genmarshal is a small utility that generates C code +glib-genmarshal is a small utility that generates C code marshallers for callback functions of the GClosure mechanism in the GObject sublibrary of GLib. The marshaller functions have a standard signature, they get passed in the invoking closure, an array of value structures holding @@ -32,8 +31,7 @@ collect its return value. Invocation - -glib-genmarshal takes a list of marshallers to generate as +glib-genmarshal takes a list of marshallers to generate as input. The marshaller list is either read from standard input or from files passed as additional arguments on the command line. @@ -337,8 +335,7 @@ None known yet. Author - -glib-genmarshal has been written by Tim Janik +glib-genmarshal has been written by Tim Janik timj@gtk.org. diff --git a/docs/reference/gobject/glib-mkenums.1 b/docs/reference/gobject/glib-mkenums.1 index 6110183..c69d98d 100644 --- a/docs/reference/gobject/glib-mkenums.1 +++ b/docs/reference/gobject/glib-mkenums.1 @@ -1,80 +1,68 @@ -.\"Generated by db2man.xsl. Don't modify this, modify the source. -.de Sh \" Subsection -.br -.if t .Sp -.ne 5 -.PP -\fB\\$1\fR -.PP -.. -.de Sp \" Vertical space (when we can't use .PP) -.if t .sp .5v -.if n .sp -.. -.de Ip \" List item -.br -.ie \\n(.$>=3 .ne \\$3 -.el .ne 3 -.IP "\\$1" \\$2 -.. -.TH "GLIB-MKENUMS" 1 "" "" "" -.SH NAME -glib-mkenums \- C language enum description generation utility -.SH "SYNOPSIS" +.\" ** You probably do not want to edit this file directly ** +.\" It was generated using the DocBook XSL Stylesheets (version 1.69.0). +.\" Instead of manually editing it, you probably should edit the DocBook XML +.\" source for it and then use the DocBook XSL Stylesheets to regenerate it. +.TH "GLIB\-MKENUMS" "1" "08/15/2005" "" "" +.\" disable hyphenation +.nh +.\" disable justification (adjust text to left margin only) .ad l -.hy 0 +.SH "NAME" +glib\-mkenums \- C language enum description generation utility +.SH "SYNOPSIS" .HP 13 \fBglib\-mkenums\fR [options...] [files...] -.ad -.hy - .SH "DESCRIPTION" - .PP - \fBglib\-mkenums\fR is a small perl\-script utility that parses C code to extract enum definitions and produces enum descriptions based on text templates specified by the user\&. Most frequently this script is used to produce C code that contains enum values as strings so programs can provide value name strings for introspection\&. - +\fBglib\-mkenums\fR +is a small perl\-script utility that parses C code to extract enum definitions and produces enum descriptions based on text templates specified by the user. Most frequently this script is used to produce C code that contains enum values as strings so programs can provide value name strings for introspection. .SH "INVOCATION" - .PP - \fBglib\-mkenums\fR takes a list of valid C code files as input\&. The options specified control the text that is output, certain substitutions are performed on the text templates for keywords enclosed in @ characters\&. - +\fBglib\-mkenums\fR +takes a list of valid C code files as input. The options specified control the text that is output, certain substitutions are performed on the text templates for keywords enclosed in @ characters. .SS "Options" - .TP \fB\-\-fhead\fR \fItext\fR -Put out \fItext\fR prior to processing input files\&. - +Put out +\fItext\fR +prior to processing input files. .TP \fB\-\-fprod\fR \fItext\fR -Put out \fItext\fR everytime a new input file is being processed\&. - +Put out +\fItext\fR +everytime a new input file is being processed. .TP \fB\-\-ftail\fR \fItext\fR -Put out \fItext\fR after all input files have been processed\&. - +Put out +\fItext\fR +after all input files have been processed. .TP \fB\-\-eprod\fR \fItext\fR -Put out \fItext\fR everytime an enum is encountered in the input files\&. - +Put out +\fItext\fR +everytime an enum is encountered in the input files. .TP \fB\-\-vhead\fR \fItext\fR -Put out \fItext\fR before iterating over the set of values of an enum\&. - +Put out +\fItext\fR +before iterating over the set of values of an enum. .TP \fB\-\-vprod\fR \fItext\fR -Put out \fItext\fR for every value of an enum\&. - +Put out +\fItext\fR +for every value of an enum. .TP \fB\-\-vtail\fR \fItext\fR -Put out \fItext\fR after iterating over all values of an enum\&. - +Put out +\fItext\fR +after iterating over all values of an enum. .TP \fB\-\-comments\fR \fItext\fR -Template for auto\-generated comments, the default (for C code generations) is "/* @comment@ */"\&. - +Template for auto\-generated comments, the default (for C code generations) is +"/* @comment@ */". .TP \fB\-\-template\fR \fIfile\fR -Read templates from the given file\&. The templates are enclosed in specially\-formatted C comments +Read templates from the given file. The templates are enclosed in specially\-formatted C comments .nf @@ -82,20 +70,26 @@ Read templates from the given file\&. The templates are enclosed in specially\-f /*** END section ***/ .fi - where section may be file\-header, file\-production, file\-tail, enumeration\-production, value\-header, value\-production, value\-tail or comment\&. - + +where section may be +file\-header, +file\-production, +file\-tail, +enumeration\-production, +value\-header, +value\-production, +value\-tail +or +comment. .TP \fB\-\-help\fR -Print brief help and exit\&. - +Print brief help and exit. .TP \fB\-\-version\fR -Print version and exit\&. - +Print version and exit. .SS "Production text substitutions" - .PP -Certain keywords enclosed in @ characters will be substituted in the emitted text\&. For the substitution examples of the keywords below, the following example enum definition is assumed: +Certain keywords enclosed in @ characters will be substituted in the emitted text. For the substitution examples of the keywords below, the following example enum definition is assumed: .nf @@ -106,56 +100,50 @@ typedef enum } PrefixTheXEnum; .fi - - + .TP @EnumName@ -The name of the enum currently being processed, enum names are assumed to be properly namespaced and to use mixed capitalization to separate words (e\&.g\&. PrefixTheXEnum)\&. - +The name of the enum currently being processed, enum names are assumed to be properly namespaced and to use mixed capitalization to separate words (e.g. PrefixTheXEnum). .TP @enum_name@ -The enum name with words lowercase and word\-separated by underscores (e\&.g\&. prefix_the_xenum)\&. - +The enum name with words lowercase and word\-separated by underscores (e.g. prefix_the_xenum). .TP @ENUMNAME@ -The enum name with words uppercase and word\-separated by underscores (e\&.g\&. PREFIX_THE_XENUM)\&. - +The enum name with words uppercase and word\-separated by underscores (e.g. PREFIX_THE_XENUM). .TP @ENUMSHORT@ -The enum name with words uppercase and word\-separated by underscores, prefix stripped (e\&.g\&. THE_XENUM)\&. - +The enum name with words uppercase and word\-separated by underscores, prefix stripped (e.g. THE_XENUM). .TP @VALUENAME@ -The enum value name currently being processed with words uppercase and word\-separated by underscores, this is the assumed literal notation of enum values in the C sources (e\&.g\&. PREFIX_THE_XVALUE)\&. - +The enum value name currently being processed with words uppercase and word\-separated by underscores, this is the assumed literal notation of enum values in the C sources (e.g. PREFIX_THE_XVALUE). .TP @valuenick@ -A nick name for the enum value currently being processed, this is usually generated by stripping common prefix words of all the enum values of the current enum, the words are lowercase and underscores are substituted by a minus (e\&.g\&. the\-xvalue)\&. - +A nick name for the enum value currently being processed, this is usually generated by stripping common prefix words of all the enum values of the current enum, the words are lowercase and underscores are substituted by a minus (e.g. the\-xvalue). .TP @type@ -This is substituted either by "enum" or "flags", depending on whether the enum value definitions contained bit\-shift operators or not (e\&.g\&. flags)\&. - +This is substituted either by "enum" or "flags", depending on whether the enum value definitions contained bit\-shift operators or not (e.g. flags). .TP @Type@ -The same as @type@ with the first letter capitalized (e\&.g\&. Flags)\&. - +The same as +@type@ +with the first letter capitalized (e.g. Flags). .TP @TYPE@ -The same as @type@ with all letters uppercased (e\&.g\&. FLAGS)\&. - +The same as +@type@ +with all letters uppercased (e.g. FLAGS). .TP @filename@ -The name of the input file currently being processed (e\&.g\&. foo\&.h)\&. - +The name of the input file currently being processed (e.g. foo.h). .SS "Trigraph extensions" - .PP -Some C comments are treated specially in the parsed enum definitions, such comments start out with the trigraph sequence /*< and end with the trigraph sequence >*/\&. Per enum definition, the options "skip" and "flags" can be specified, to indicate this enum definition to be skipped, or for it to be treated as a flags definition, or to specify the common prefix to be stripped from all values to generate value nicknames, respectively\&. The "lowercase_name" option can be used to specify the word separation used in the *_get_type() function\&. For instance, /*< lowercase_name=gnome_vfs_uri_hide_options >*/\&. - +Some C comments are treated specially in the parsed enum definitions, such comments start out with the trigraph sequence +/*< +and end with the trigraph sequence +>*/. Per enum definition, the options "skip" and "flags" can be specified, to indicate this enum definition to be skipped, or for it to be treated as a flags definition, or to specify the common prefix to be stripped from all values to generate value nicknames, respectively. The "lowercase_name" option can be used to specify the word separation used in the *_get_type() function. For instance, /*< lowercase_name=gnome_vfs_uri_hide_options >*/. .PP -Per value definition, the options "skip" and "nick" are supported\&. The former causes the value to be skipped, and the latter can be used to specify the otherwise auto\-generated nickname\&. Examples: +Per value definition, the options "skip" and "nick" are supported. The former causes the value to be skipped, and the latter can be used to specify the otherwise auto\-generated nickname. Examples: .nf @@ -172,10 +160,7 @@ typedef enum /*< flags,prefix=PREFIX >*/ } PrefixTheFlagsEnum; .fi - .SH "SEE ALSO" - .PP - \fBglib\-genmarshal\fR(1) - +\fBglib\-genmarshal\fR(1) diff --git a/docs/reference/gobject/glib-mkenums.xml b/docs/reference/gobject/glib-mkenums.xml index f5d4f27..40bf59c 100644 --- a/docs/reference/gobject/glib-mkenums.xml +++ b/docs/reference/gobject/glib-mkenums.xml @@ -19,8 +19,7 @@ Description - -glib-mkenums is a small perl-script utility that parses C +glib-mkenums is a small perl-script utility that parses C code to extract enum definitions and produces enum descriptions based on text templates specified by the user. Most frequently this script is used to produce C code that contains enum values as strings so programs can provide @@ -29,8 +28,7 @@ value name strings for introspection. Invocation - -glib-mkenums takes a list of valid C code files as +glib-mkenums takes a list of valid C code files as input. The options specified control the text that is output, certain substitutions are performed on the text templates for keywords enclosed in @ characters. @@ -266,8 +264,7 @@ typedef enum /*< flags,prefix=PREFIX >*/ See also - -glib-genmarshal(1) +glib-genmarshal(1) -- 2.7.4