We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8999aaf commit cf1d087Copy full SHA for cf1d087
sdl3/__init__.py
@@ -352,7 +352,7 @@ def SDL_GET_NAME(i):
352
353
for index, module in enumerate(modules):
354
if len(__module__.functions[module]) == 0: continue
355
- definitions += f"# {SDL_BINARY_PATTERNS[SDL_SYSTEM][0].format(module)} implementation.\n\n"
+ if not rst: definitions += f"# {SDL_BINARY_PATTERNS[SDL_SYSTEM][0].format(module)} implementation.\n\n"
356
357
for _index, func in enumerate(__module__.functions[module]):
358
retType, argtypes, (description, arguments) = \
0 commit comments