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.

RELATED TO cableidx…