Author: Armin Rigo <[email protected]>
Branch: 
Changeset: r2198:af1fb2b8ce3b
Date: 2015-07-02 22:17 +0200
http://bitbucket.org/cffi/cffi/changeset/af1fb2b8ce3b/

Log:    Mention there are more args

diff --git a/doc/source/overview.rst b/doc/source/overview.rst
--- a/doc/source/overview.rst
+++ b/doc/source/overview.rst
@@ -133,6 +133,8 @@
             #include <pwd.h>
         """,
         libraries=[])   # or a list of libraries to link with
+        # (more arguments like setup.py's Extension class:
+        # include_dirs=[..], extra_objects=[..], and so on)
 
     ffi.cdef("""     // some declarations from the man page
         struct passwd {
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to