gh-124182: Explain naming rules for struct sequence types (#124335)

This commit is contained in:
ffelixg 2024-10-07 19:52:34 +02:00 committed by GitHub
parent 51d426dc03
commit 3287c834e5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -167,7 +167,8 @@ type.
.. c:member:: const char *name
Name of the struct sequence type.
Fully qualified name of the type; null-terminated UTF-8 encoded.
The name must contain the module name.
.. c:member:: const char *doc