Provided by: cableswig_0.1.0+cvs20111009-1.1_amd64
NAME
cableidx - generate index files from gccxml xml files.
SYNOPSIS
cableidx input.xml output.idx
DESCRIPTION
The command cableidx generates index files from gccxml xml files. The index files tell cswig what classes are wrapped in which libraries. This is important because swig needs to know if a class is not wrapped or wrapped in another module, and if it is wrapped which module it is wrapped in.
SEE ALSO
cswig(1), gccxml(1).