CPP: Deprecate the CPython queries.

This commit is contained in:
Geoffrey White
2018-11-29 09:28:29 +00:00
parent f4ec168666
commit 909ff428ac
6 changed files with 6 additions and 0 deletions

View File

@@ -3,6 +3,7 @@
* @description Generate trap files (in CSV form) describing CPython extension function parameter types.
* @kind trap
* @id cpp/c-python/argument-type-trap
* @deprecated
*/
import cpp

View File

@@ -3,6 +3,7 @@
* @description Generate trap files (in CSV form) for CPython objects.
* @kind trap
* @id cpp/c-python/c-object-sources-trap
* @deprecated
*/
import cpp

View File

@@ -3,6 +3,7 @@
* @description Generate trap files (in CSV form) for CPython objects.
* @kind trap
* @id cpp/c-python/c-object-trap
* @deprecated
*/
import cpp

View File

@@ -3,6 +3,7 @@
* @description Generate trap files (in CSV form) describing CPython extension functions return one of their parameters.
* @kind trap
* @id cpp/c-python/parameter-return-trap
* @deprecated
*/
import cpp

View File

@@ -3,6 +3,7 @@
* @description Generate trap files (in CSV form) describing CPython extension property types.
* @kind trap
* @id cpp/c-python/property-type-trap
* @deprecated
*/
import cpp

View File

@@ -3,6 +3,7 @@
* @description Generate trap files (in CSV form) describing CPython extension function return types.
* @kind trap
* @id cpp/c-python/return-type-trap
* @deprecated
*/
import cpp