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=f39207fd4255f13098639248ecb668a94a70274e;hb=f0df1959fda559c0d952810c338a9fde667b5a63;hpb=c6e47cbbff56f39f6d81b079ebaeac41d793d4d9 diff --git a/doc/yaz-asncomp-man.xml b/doc/yaz-asncomp-man.xml index f39207f..e551a56 100644 --- a/doc/yaz-asncomp-man.xml +++ b/doc/yaz-asncomp-man.xml @@ -1,17 +1,31 @@ - + %local; + + %entities; + + %idcommon; ]> - + + YAZ + &version; + Index Data + + yaz-asncomp 1 + Commands - + yaz-asncomp YAZ ASN.1 compiler - + yaz-asncomp @@ -25,7 +39,7 @@ filename - + DESCRIPTION @@ -54,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 @@ -81,14 +95,14 @@ in header file (option -h). - + -d dfile Specifies the name of a definitions file. - + -I iout @@ -96,7 +110,7 @@ are written. - + -i idir @@ -104,7 +118,7 @@ are written. - + -m module @@ -113,7 +127,7 @@ all modules in the ASN.1 file are processed. - + DEFINITIONS FILE @@ -130,7 +144,7 @@ Available variables are: - + default-prefix Sets prefix for names in the produced output. @@ -138,7 +152,7 @@ C typedef prefix and preprocessor prefix respectively. - + prefix(module) This value sets prefix values for module @@ -146,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). @@ -174,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 @@ -201,7 +215,7 @@ C struct,union. - + unionmap(module,name,member) Maps member member in CHOICE of @@ -240,15 +254,7 @@