12 Commits

Author SHA1 Message Date
David Lechner
0ca3fe1c31 remove semicolons from python files
Random semicolons in Python are distracting when reading the code.
2025-01-22 08:40:56 +01:00
David Lechner
73677349c9 tool: consistently use raw strings for regular expressions
Newer versions of Python raise a SyntaxWarning when a regular expression
contains a backslash that is not part of an escape sequence. To prevent
this warning and future exceptions, use raw strings for all regular
expressions. Even strings without escape sequences are converted for
consistency. Some IDEs will apply special syntax highlighting to raw
strings, which can make it easier to decipher regular expressions.
2025-01-22 08:40:56 +01:00
Milanka Ringwald
4c76ee7e35 doc: improve API parsing 2024-04-01 13:33:04 +02:00
Milanka Ringwald
7502b1923c doc: improve API parser 2024-03-30 00:05:08 +01:00
Matthias Ringwald
d455ddb2f2 doc: ignore typedef for callbacks 2024-03-29 00:05:21 +01:00
Matthias Ringwald
47f34e0cff doc: use raw strings for regular expressions in python 2024-03-28 22:57:38 +01:00
Milanka Ringwald
2d21ec1992 doc: fix api link from examples 2021-12-17 11:46:10 +01:00
Milanka Ringwald
2ea56b0c3a docu: use filename instead of title for API submenu 2021-06-03 08:50:02 +02:00
Milanka Ringwald
78fab72ea4 doc: update pdf generation 2021-05-28 15:35:09 +02:00
Milanka Ringwald
4a400a05d4 doc: split single API file into one file pro header file 2021-05-28 11:36:39 +02:00
Milanka Ringwald
d7ef06763d doc: read files from source code instead from list 2021-05-28 11:21:09 +02:00
Milanka Ringwald
c8c342a60c doc: rename scripts 2021-05-27 15:01:29 +02:00