~ubuntu-branches/ubuntu/trusty/gsoap/trusty-proposed

« back to all changes in this revision

Viewing changes to debian/wsdl2h.1

  • Committer: Package Import Robot
  • Author(s): Mattias Ellert
  • Date: 2013-10-17 21:57:58 UTC
  • Revision ID: package-import@ubuntu.com-20131017215758-mvs6w5g1haig2hpn
Tags: 2.8.12-2
Pad non-ipv6 struct soap to match ipv6 version (Closes: #712685)

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
.PP
25
25
Converts a \fBWSDL\fR or \fBXSD\fR input file, or from an HTTP address,
26
26
\fISOURCE\fR to a declaration file that can be parsed by
27
 
\fBsoapcpp2\fR(1).  If no \fISOURCE\fR argument is specified, read
 
27
\fBsoapcpp2\fR(1). If no \fISOURCE\fR argument is specified, read
28
28
from standard input.
29
29
.SH OPTIONS
30
30
.TP
126
126
Compatibility with 2.7.6e: Generate pointer-based arrays.
127
127
.TP
128
128
\fB\-z2\fR
129
 
Compatibility with 2.7.7 to 2.7.15: qualify element/attribute references.
 
129
Compatibility with 2.7.7 to 2.7.15: Qualify element/attribute references.
130
130
.TP
131
131
\fB\-z3\fR
132
 
Compatibility with 2.7.16 to 2.8.7: qualify element/attribute references.
 
132
Compatibility with 2.7.16 to 2.8.7: Qualify element/attribute references.
133
133
.TP
134
134
\fB\-z4\fR
135
 
Compatibility up to 2.8.11: do not generate union structs in std::vector.
 
135
Compatibility up to 2.8.11: Do not generate union structs in \fBstd::vector\fR.
136
136
.TP
137
137
\fB\-_\fR
138
138
Do not generate _USCORE (replace with UNICODE _x005f).
139
139
.SH SEE ALSO
140
 
.BR soapcpp2 (1),
 
140
.BR soapcpp2 (1).
141
141
.SH AUTHOR
142
142
This manual page was written by Thomas Wana <greuff@debian.org>,
143
143
for the Debian project (but may be used by others).