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/errors.c | |
parent | af362a497f70b680a39a15cb719dd6b846b32d34 (diff) | |
download | libtasn1-b2bcc5fc8e9c2aea25f1209a550328b71c242776.tar.gz libtasn1-b2bcc5fc8e9c2aea25f1209a550328b71c242776.tar.bz2 libtasn1-b2bcc5fc8e9c2aea25f1209a550328b71c242776.zip |
Fix GTK-DOC warnings.
Diffstat (limited to 'lib/errors.c')
-rw-r--r-- | lib/errors.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/errors.c b/lib/errors.c index e01c3ee..0a14974 100644 --- a/lib/errors.c +++ b/lib/errors.c @@ -63,8 +63,6 @@ static const libtasn1_error_entry error_algorithms[] = { * function is like perror(). The only difference is that it accepts * an error returned by a libtasn1 function. * - * This function replaces libtasn1_perror() in older libtasn1. - * * Since: 1.6 **/ void @@ -82,8 +80,6 @@ asn1_perror (int error) * similar to strerror. The only difference is that it accepts an * error (number) returned by a libtasn1 function. * - * This function replaces libtasn1_strerror() in older libtasn1. - * * Returns: Pointer to static zero-terminated string describing error * code. * |