[pygccxml-commit] SF.net SVN: pygccxml: [1221] pygccxml_dev/docs/users.rest
Brought to you by:
mbaas,
roman_yakovenko
|
From: <rom...@us...> - 2008-01-26 20:23:57
|
Revision: 1221
http://pygccxml.svn.sourceforge.net/pygccxml/?rev=1221&view=rev
Author: roman_yakovenko
Date: 2008-01-26 12:24:00 -0800 (Sat, 26 Jan 2008)
Log Message:
-----------
updating docs
Modified Paths:
--------------
pygccxml_dev/docs/users.rest
Modified: pygccxml_dev/docs/users.rest
===================================================================
--- pygccxml_dev/docs/users.rest 2008-01-05 21:19:44 UTC (rev 1220)
+++ pygccxml_dev/docs/users.rest 2008-01-26 20:24:00 UTC (rev 1221)
@@ -4,7 +4,35 @@
.. contents:: Table of contents
+Users
+-----
+
* `PyBindGen`_ - is a Python module that is geared to generating C/C++ code
that binds a C/C++ library for Python.
.. _`PyBindGen` : https://launchpad.net/pybindgen
+
+* your project name ... :-)
+
+pygccxml in blogs
+-----------------
+
+- http://blog.susheelspace.com/?p=88
+
+ " ... I’ve used pygccxml for parsing c++ code, it was a lot of fun to use "
+
+- http://cysquatch.net/blog/2007/09/01/c-code-metrics-with-pygccxml
+
+ `pygccxml`_ is used to calculate the Weighted Methods per Class (WMC) metric.
+
+- http://www.garagegames.com/blogs/4280/13907
+
+ `pygccxml`_ is used to generate input files for `SIP`_ code generator.
+
+.. _`SIP` : http://www.riverbankcomputing.co.uk/sip/index.php
+
+- http://blogs.sun.com/thorsten/entry/more_on_source_code_grokking
+
+ Short listing of C++ parsers and their description.
+
+ .. _`pygccxml` : ./../pygccxml.html
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|