Skip to content
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
lqt/cpptoxml/
lqt/cpptoxml/

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
cpptoxml is a tool that transform C++ code into an XML file.

It is based on the C++ parser originally written by Roberto
Raggi for KDevelop, as published by Trolltech in their
QtJambi product.

== Building ==

It currently depends on Qt 4. It is built with:

qmake
make

== A Note on Licenses ==

The parser itself (residing in the directory named parser)
is under the GPLv2 license and is copyrighted by Trolltech.
The rest of the code is under the GPLv2 as well.

You can find a copy of the license in the file gpl-2.0.txt

The parser has been modified slightly from the Trolltech
version. While this is not enough to grant a new copyright,
please avoid reporting bugs to them if you are not sure that
it is their code at fault.

== Contact ==

You can contact the authors at:

 * Mauro Iazzi <mauro.iazzi@gmail.com>