2005-10-01 Marcus Brinkmann <marcus@g10code.de>
authorMarcus Brinkmann <mb@g10code.com>
Sat, 1 Oct 2005 22:14:40 +0000 (22:14 +0000)
committerMarcus Brinkmann <mb@g10code.com>
Sat, 1 Oct 2005 22:14:40 +0000 (22:14 +0000)
* gpgme.texi: Enclose all return parameters of deftypefuns in
curly brackets.

doc/ChangeLog
doc/gpgme.texi

index 4d227f83c0a3b8fc3538e88d93721cdcb465c7b2..06a49c37a9f45531db776b28a1b33c3513e3066a 100644 (file)
@@ -1,5 +1,8 @@
 2005-10-01  Marcus Brinkmann  <marcus@g10code.de>
 
+       * gpgme.texi: Enclose all return parameters of deftypefuns in
+       curly brackets.
+
        * gpgme.texi (Signature Notation Data): New section.
        (Verify): Added more about the notation data structure.
 
index 1ddf9a07df25ad85896fcd4af3d3fc5359cd7b12..a4a46c1f56d3cf523975bf6636741417fdd8ec7a 100644 (file)
@@ -744,7 +744,7 @@ This specifies the Cryptographic Message Syntax.
 @end deftp
 
 
-@deftypefun const char *gpgme_get_protocol_name (@w{gpgme_protocol_t @var{protocol}})
+@deftypefun {const char *} gpgme_get_protocol_name (@w{gpgme_protocol_t @var{protocol}})
 The function @code{gpgme_get_protocol_name} returns a statically
 allocated string describing the protocol @var{protocol}, or
 @code{NULL} if the protocol number is not valid.
@@ -1815,7 +1815,7 @@ The function @code{gpgme_data_rewind} is equivalent to:
 @cindex data buffer, file name
 @cindex data buffer, encoding
 
-@deftypefun char *gpgme_data_get_file_name (@w{gpgme_data_t @var{dh}})
+@deftypefun {char *} gpgme_data_get_file_name (@w{gpgme_data_t @var{dh}})
 The function @code{gpgme_data_get_file_name} returns a pointer to a
 string containing the file name associated with the data object.  The
 file name will be stored in the output when encrypting or signing the