summaryrefslogtreecommitdiff
path: root/doc/source
diff options
context:
space:
mode:
authorArmin Rigo <arigo@tunes.org>2016-09-15 23:05:12 +0200
committerArmin Rigo <arigo@tunes.org>2016-09-15 23:05:12 +0200
commitf4d29683eb69292744d706a23bc663a617fd3c73 (patch)
treeeb12e6c3387ded89e79468221282ebf40b8c03b0 /doc/source
parent416a12da3a0cc7312b57b7b2db9b73173c18e2ae (diff)
downloadcffi-f4d29683eb69292744d706a23bc663a617fd3c73.tar.gz
Docs: remove "char *" from the special casing in the reference
Diffstat (limited to 'doc/source')
-rw-r--r--doc/source/ref.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/source/ref.rst b/doc/source/ref.rst
index 18c22f8..99d255a 100644
--- a/doc/source/ref.rst
+++ b/doc/source/ref.rst
@@ -575,12 +575,12 @@ allowed.
+---------------+------------------------+------------------+----------------+
| pointers | another <cdata> with | a <cdata> |``[]`` `(****)`,|
| | a compatible type (i.e.| |``+``, ``-``, |
-| | same type or ``char*`` | |bool() |
+| | same type | |bool() |
| | or ``void*``, or as an | | |
| | array instead) `(*)` | | |
+---------------+------------------------+ | |
-| ``void *``, | another <cdata> with | | |
-| ``char *`` | any pointer or array | | |
+| ``void *`` | another <cdata> with | | |
+| | any pointer or array | | |
| | type | | |
+---------------+------------------------+ +----------------+
| pointers to | same as pointers | | ``[]``, ``+``, |