From e6c3060144fc05ab73bb51833a5cefb6460db605 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Wed, 10 Jan 2018 12:14:09 +0000 Subject: [PATCH] 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 file changed, 9 insertions(+), 11 deletions(-) diff --git a/docs/reference/gobject/glib-mkenums.xml b/docs/reference/gobject/glib-mkenums.xml index 545857f22..b9554137f 100644 --- a/docs/reference/gobject/glib-mkenums.xml +++ b/docs/reference/gobject/glib-mkenums.xml @@ -32,11 +32,11 @@ Description -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 -value name strings for introspection. +glib-mkenums 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. glib-mkenums takes a list of valid C code files as @@ -121,12 +121,10 @@ minus (e.g. the-xvalue). @valuenum@ -The integer value for the enum value currently being processed. This is -calculated by using perl to attempt to evaluate the -expression as it appears in the C source code. If evaluation fails then -glib-mkenums will exit with an error status, but this -only happens if @valuenum@ appears in your value -production template. (Since: 2.26) +The integer value for the enum value currently being processed. If the +evaluation fails then glib-mkenums will exit with an +error status, but this only happens if @valuenum@ +appears in your value production template. (Since: 2.26) -- 2.11.4.GIT