diff options
Diffstat (limited to 'liblogdiag/ld-lua-symbol-private.h')
-rw-r--r-- | liblogdiag/ld-lua-symbol-private.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/liblogdiag/ld-lua-symbol-private.h b/liblogdiag/ld-lua-symbol-private.h index 83bc646..f19a4a7 100644 --- a/liblogdiag/ld-lua-symbol-private.h +++ b/liblogdiag/ld-lua-symbol-private.h @@ -18,11 +18,11 @@ G_BEGIN_DECLS /* * LdLuaSymbolPrivate: - * @lua: Parent #LdLua object. - * @name: Name of this symbol. - * @human_name: Localized human name of this symbol. - * @area: Area of this symbol. - * @terminals: Terminals of this symbol. + * @lua: parent #LdLua object. + * @name: name of this symbol. + * @human_name: localized human name of this symbol. + * @area: area of this symbol. + * @terminals: terminals of this symbol. */ struct _LdLuaSymbolPrivate { |