summaryrefslogtreecommitdiff
path: root/lib/errors.c
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2010-02-17 12:55:57 +0100
committerSimon Josefsson <simon@josefsson.org>2010-02-17 12:55:57 +0100
commit6de4d57f97dca0114ff0b57df031a7fa4ccb2842 (patch)
treecf1c6c2f13d2591f1bf0dc6b4587eeec0322a1f2 /lib/errors.c
parentf3e00e801f8066d61a42b6d9d5c981e8ec4bfd9e (diff)
downloadlibtasn1-6de4d57f97dca0114ff0b57df031a7fa4ccb2842.tar.gz
Improve GTK-DOC comments.
Diffstat (limited to 'lib/errors.c')
-rw-r--r--lib/errors.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/errors.c b/lib/errors.c
index 56d5f08..b666939 100644
--- a/lib/errors.c
+++ b/lib/errors.c
@@ -57,7 +57,7 @@ static const libtasn1_error_entry error_algorithms[] = {
};
/**
- * asn1_perror - prints a string to stderr with a description of an error
+ * asn1_perror:
* @error: is an error returned by a libtasn1 function.
*
* This function is like perror(). The only difference is that it
@@ -75,7 +75,7 @@ asn1_perror (asn1_retCode error)
}
/**
- * asn1_strerror - Returns a string with a description of an error
+ * asn1_strerror:
* @error: is an error returned by a libtasn1 function.
*
* This function is similar to strerror. The only difference is that