gccxml (1) Linux Manual Page
NAME gccxml – Create an XML representation of C++ declarations. SYNOPSIS gccxml [options] <input-file> -fxml=<output-file> DESCRIPTION GCC-XML parses a C++ source file as it is seen by the compiler when it is built. An easy-to-parse XML representation of the class, function, and namespace declarations is dumped to a specified file. Full C preprocessing transforms the…
