X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=doc%2Fyaz-asncomp-man.xml;h=e551a56bfb79d6ddcd5ace3d789dea6dd97e4fb5;hp=1df0fd81ace9dfb75e8f6c21edf49f8c9c9bd974;hb=077c4e7bb226de0f6414674e01a838498a49867b;hpb=a85807bde8a4a08706d266bd7dd089fb6778e281 diff --git a/doc/yaz-asncomp-man.xml b/doc/yaz-asncomp-man.xml index 1df0fd8..e551a56 100644 --- a/doc/yaz-asncomp-man.xml +++ b/doc/yaz-asncomp-man.xml @@ -14,18 +14,18 @@ &version; Index Data - + yaz-asncomp 1 Commands - + yaz-asncomp YAZ ASN.1 compiler - + yaz-asncomp @@ -39,7 +39,7 @@ filename - + DESCRIPTION @@ -68,25 +68,25 @@ Makes the ASN.1 compiler print more verbose about the - various stages of operations. + various stages of operations. - + -c cfile Specifies the name of the C/C++ file with encoders/decoders. - + -h hfile Specifies the name of header file with definitions. - + -p pfile @@ -95,14 +95,14 @@ in header file (option -h). - + -d dfile Specifies the name of a definitions file. - + -I iout @@ -110,7 +110,7 @@ are written. - + -i idir @@ -118,7 +118,7 @@ are written. - + -m module @@ -127,7 +127,7 @@ all modules in the ASN.1 file are processed. - + DEFINITIONS FILE @@ -144,7 +144,7 @@ Available variables are: - + default-prefix Sets prefix for names in the produced output. @@ -152,7 +152,7 @@ C typedef prefix and preprocessor prefix respectively. - + prefix(module) This value sets prefix values for module @@ -160,24 +160,24 @@ The value has same form as default-prefix. - + filename(module) Specifies filename for C/header file for module module. - + init(module,h) - Code fragment to be put in first part of public header for module + Code fragment to be put in first part of public header for module module. - + body(module,h) - Code fragment to be put in last part of public header for module + Code fragment to be put in last part of public header for module module (trailer). @@ -188,21 +188,21 @@ module module. - + body(module,c) Code fragment to be put in last part of C based encoder/decoder for module module (trailer). - + map(module,name) - Maps ASN.1 type in module module + Maps ASN.1 type in module module of name to value. - + membermap(module,name,member) Maps member member in SEQUENCE/CHOICE of @@ -215,7 +215,7 @@ C struct,union. - + unionmap(module,name,member) Maps member member in CHOICE of @@ -254,15 +254,7 @@