diff options
author | Simon Josefsson <simon@josefsson.org> | 2012-12-10 14:38:25 +0100 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2012-12-10 14:38:25 +0100 |
commit | b2bcc5fc8e9c2aea25f1209a550328b71c242776 (patch) | |
tree | b4ee137ca5a97b2234ee2b9402a52532bbabb66d /lib/coding.c | |
parent | af362a497f70b680a39a15cb719dd6b846b32d34 (diff) | |
download | libtasn1-b2bcc5fc8e9c2aea25f1209a550328b71c242776.tar.gz libtasn1-b2bcc5fc8e9c2aea25f1209a550328b71c242776.tar.bz2 libtasn1-b2bcc5fc8e9c2aea25f1209a550328b71c242776.zip |
Fix GTK-DOC warnings.
Diffstat (limited to 'lib/coding.c')
-rw-r--r-- | lib/coding.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/coding.c b/lib/coding.c index 5361b3f..b83b61a 100644 --- a/lib/coding.c +++ b/lib/coding.c @@ -61,13 +61,13 @@ _asn1_error_description_value_not_found (asn1_node node, /** * asn1_length_der: * @len: value to convert. - * @der: the encoding (may be %NULL). + * @der: buffer to hold the returned encoding (may be %NULL). * @der_len: number of meaningful bytes of ANS (der[0]..der[der_len-1]). * * Creates the DER encoding of the provided length value. * The @der buffer must have enough room for the output. The maximum * length this function will encode is %ASN1_MAX_LENGTH_SIZE. - * + * * To know the size of the DER encoding use a %NULL value for @der. **/ void |