aboutsummaryrefslogtreecommitdiff
path: root/development/pygccxml/README
diff options
context:
space:
mode:
authorHeinz Wiesinger <pprkut@slackbuilds.org>2010-05-13 00:07:18 +0200
committerHeinz Wiesinger <pprkut@slackbuilds.org>2010-05-13 00:07:18 +0200
commit2736d21736bfe9b75a788950e5829694ab982651 (patch)
tree7632f7b8fd68c6f707fd3957c91aa84228fb24e1 /development/pygccxml/README
parent4cd447b45837a31a01f05eb2bb21f7265c54af58 (diff)
development/pygccxml: Removed from 13.0 repository
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.