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 e767a15 commit 28130edCopy full SHA for 28130ed
sdl3/__init__.py
@@ -425,7 +425,7 @@ def SDL_GET_NAME(i):
425
if not rst: definitions += f"\n{' ' * 4}https://wiki.libsdl.org/{module}/{func}\n"
426
if not rst or description is not None: definitions += f"{' ' * 4}\"\"\"\n"
427
if not rst: definitions += f"{' ' * 4}return raw.{func}({', '.join(arguments)})"
428
- else: definitions += f"{' ' * 4}..."
+ if rst and description is None: definitions += f"{' ' * 4}..."
429
430
if _index != len(__module__.functions[module]) - 1:
431
definitions += "\n\n"
0 commit comments