diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2012-07-16 16:46:46 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-07-16 17:31:49 +0200 |
commit | d526d41ba00d39c955a550e7465cab4db03d9ccb (patch) | |
tree | 8e3772b1195b349f2089cf87b0065ea9b8e4a4ad /build-aux/qmi-codegen/VariableArray.py | |
parent | 524f95b1b1718eb882720ef815079c5dde263550 (diff) | |
download | external_libqmi-d526d41ba00d39c955a550e7465cab4db03d9ccb.zip external_libqmi-d526d41ba00d39c955a550e7465cab4db03d9ccb.tar.gz external_libqmi-d526d41ba00d39c955a550e7465cab4db03d9ccb.tar.bz2 |
qmi-codegen: fix gtk-doc comment for GArray variables
Diffstat (limited to 'build-aux/qmi-codegen/VariableArray.py')
-rw-r--r-- | build-aux/qmi-codegen/VariableArray.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/qmi-codegen/VariableArray.py b/build-aux/qmi-codegen/VariableArray.py index 4866072..555c600 100644 --- a/build-aux/qmi-codegen/VariableArray.py +++ b/build-aux/qmi-codegen/VariableArray.py @@ -268,7 +268,7 @@ class VariableArray(Variable): 'name' : variable_name } template = ( - '${lp}@${name}: a #GArray of #${public_array_element_format} elements. A new reference to @{name} will be taken.\n') + '${lp}@${name}: a #GArray of #${public_array_element_format} elements. A new reference to @${name} will be taken.\n') return string.Template(template).substitute(translations) |