diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-06 07:10:57 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-06 07:10:57 +0000 |
commit | 634423d6ad667dc5ec6b6c571901f43962afa837 (patch) | |
tree | cfcb095c33710943f2487ed65871147eb0f7dfe9 /description.h2m | |
parent | e74d1414611ee42084e83d3f83cf9d295483be22 (diff) |
automatic import of swigopeneuler23.03
Diffstat (limited to 'description.h2m')
-rw-r--r-- | description.h2m | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/description.h2m b/description.h2m new file mode 100644 index 0000000..e894cdd --- /dev/null +++ b/description.h2m @@ -0,0 +1,24 @@ +[name] +swig - Simplified Wrapper and Interface Generator + +[synopsis] +swig [ options ] " file" + +[description] +The swig command is used to create wrapper code to connect C and C++ code to +scripting languages like Perl, Python, Tcl etc. from the definition of the +interface. For detailed information on writing those interface definitions +please refer to /usr/share/doc/swig-doc/Doc/Manual/index.html from the swig-doc +package. + +This manpage concentrates on explaining the invocation of the swig command. + +[author] +SWIG was originally created by David Beazley. For up-to-date information +about authors and contributors please check http://www.swig.org/guilty.html. +This manual page was written by Torsten Landschoff <torsten@debian.org> and +updated by Jitka Plesnikova <jplesnik@redhat.com> (but may be used by +others). + + + |