aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6/shibokenmodule/nothing.h
diff options
context:
space:
mode:
Diffstat (limited to 'sources/shiboken6/shibokenmodule/nothing.h')
-rw-r--r--sources/shiboken6/shibokenmodule/nothing.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sources/shiboken6/shibokenmodule/nothing.h b/sources/shiboken6/shibokenmodule/nothing.h
index e69de29bb..2f558afcb 100644
--- a/sources/shiboken6/shibokenmodule/nothing.h
+++ b/sources/shiboken6/shibokenmodule/nothing.h
@@ -0,0 +1,3 @@
+// This is a placeholder file for shiboken, because shiboken expects a header file listing the
+// header files whose bindings are to be created. This file is empty because shibokenmodule
+// functions are implemented directly inside the typesystem_shiboken.xml file through CPython code.