summaryrefslogtreecommitdiff
path: root/development/pygccxml/README
diff options
context:
space:
mode:
Diffstat (limited to 'development/pygccxml/README')
-rw-r--r--development/pygccxml/README10
1 files changed, 0 insertions, 10 deletions
diff --git a/development/pygccxml/README b/development/pygccxml/README
deleted file mode 100644
index b603bb978d..0000000000
--- a/development/pygccxml/README
+++ /dev/null
@@ -1,10 +0,0 @@
-The purpose of pygccxml is to read a generated file and provide a
-simple framework to navigate C++ declarations, using Python classes.
-It provides functionality to extract and inspect declarations from
-C/C++ header files. This is accomplished by invoking the external tool
-gccxml which parses a header file and dumps the declarations as a XML
-file. This XML file is then read by pygccxml and the contents are made
-available as appropriate Python objects.
-
-The pygccxml package is dependent upon gccxml package, also available
-on SlackBuilds.org.