[glib] docs: Drop references to Perl in glib-mkenums



commit e6c3060144fc05ab73bb51833a5cefb6460db605
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Wed Jan 10 12:14:09 2018 +0000

    docs: Drop references to Perl in glib-mkenums
    
    The tool was ported to Python, but we should not mention the programming
    language used, in case we port it to some other language in the distant
    future.

 docs/reference/gobject/glib-mkenums.xml |   20 +++++++++-----------
 1 files changed, 9 insertions(+), 11 deletions(-)
---
diff --git a/docs/reference/gobject/glib-mkenums.xml b/docs/reference/gobject/glib-mkenums.xml
index 545857f..b955413 100644
--- a/docs/reference/gobject/glib-mkenums.xml
+++ b/docs/reference/gobject/glib-mkenums.xml
@@ -32,11 +32,11 @@
 </refsynopsisdiv>
 
 <refsect1><title>Description</title>
-<para><command>glib-mkenums</command> 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.
+<para><command>glib-mkenums</command> is a small 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.
 </para>
 
 <para><command>glib-mkenums</command> takes a list of valid C code files as
@@ -121,12 +121,10 @@ minus (e.g. the-xvalue).
 <varlistentry>
 <term>@valuenum@</term>
 <listitem><para>
-The integer value for the enum value currently being processed.  This is
-calculated by using <command>perl</command> to attempt to evaluate the
-expression as it appears in the C source code.  If evaluation fails then
-<command>glib-mkenums</command> will exit with an error status, but this
-only happens if <literal>@valuenum@</literal> appears in your value
-production template.  (Since: 2.26)
+The integer value for the enum value currently being processed. If the
+evaluation fails then <command>glib-mkenums</command> will exit with an
+error status, but this only happens if <literal>@valuenum@</literal>
+appears in your value production template. (Since: 2.26)
 </para></listitem>
 </varlistentry>
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]