summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2010-02-17 13:36:52 +0100
committerSimon Josefsson <simon@josefsson.org>2010-02-17 13:36:52 +0100
commitfc8326b29da6c85cc2daddb330a26d6b0d755c0f (patch)
treebc19ce3b0942574ffa9c404503edd60358c6fae3 /lib
parent630956b3e379d8527604e3d5d4f8c5d8beed6c46 (diff)
downloadlibtasn1-fc8326b29da6c85cc2daddb330a26d6b0d755c0f.tar.gz
libtasn1-fc8326b29da6c85cc2daddb330a26d6b0d755c0f.tar.bz2
libtasn1-fc8326b29da6c85cc2daddb330a26d6b0d755c0f.zip
More GTK-DOC fixes.
Diffstat (limited to 'lib')
-rw-r--r--lib/ASN1.y10
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/ASN1.y b/lib/ASN1.y
index 856c8a4..953e031 100644
--- a/lib/ASN1.y
+++ b/lib/ASN1.y
@@ -572,9 +572,9 @@ _asn1_create_errorDescription(int error,char *errorDescription)
* %ASN1_SUCCESS: The file has a correct syntax and every identifier
* is known.
*
- * %ASN1_ELEMENT_NOT_EMPTY: *POINTER not ASN1_TYPE_EMPTY.
+ * %ASN1_ELEMENT_NOT_EMPTY: @definitions not %ASN1_TYPE_EMPTY.
*
- * %ASN1_FILE_NOT_FOUND: An error occured while opening FILE_NAME.
+ * %ASN1_FILE_NOT_FOUND: An error occured while opening @file_name.
*
* %ASN1_SYNTAX_ERROR: The syntax is not correct.
*
@@ -582,7 +582,7 @@ _asn1_create_errorDescription(int error,char *errorDescription)
* is not defined.
*
* %ASN1_NAME_TOO_LONG: In the file there is an identifier whith more
- * than ASN1_MAX_NAME_SIZE characters.
+ * than %ASN1_MAX_NAME_SIZE characters.
**/
asn1_retCode
asn1_parser2tree(const char *file_name, ASN1_TYPE *definitions,
@@ -665,7 +665,7 @@ asn1_parser2tree(const char *file_name, ASN1_TYPE *definitions,
* %ASN1_SUCCESS: The file has a correct syntax and every identifier
* is known.
*
- * %ASN1_FILE_NOT_FOUND: An error occured while opening FILE_NAME.
+ * %ASN1_FILE_NOT_FOUND: An error occured while opening @inputFileName.
*
* %ASN1_SYNTAX_ERROR: The syntax is not correct.
*
@@ -673,7 +673,7 @@ asn1_parser2tree(const char *file_name, ASN1_TYPE *definitions,
* is not defined.
*
* %ASN1_NAME_TOO_LONG: In the file there is an identifier whith more
- * than ASN1_MAX_NAME_SIZE characters.
+ * than %ASN1_MAX_NAME_SIZE characters.
**/
int asn1_parser2array(const char *inputFileName,const char *outputFileName,
const char *vectorName,char *errorDescription){