Also strip _ALWAYS_INLINE_ from the docs.

This commit is contained in:
Relintai 2025-01-31 12:59:06 +01:00
parent a26181551f
commit ade786cd55

View File

@ -113,6 +113,8 @@ List<String> process_classes_and_structs(const List<String> &list) {
s = s.replace(" _FORCE_INLINE_ ", " ");
s = s.replace("_FORCE_INLINE_ ", "");
s = s.replace(" _ALWAYS_INLINE_ ", " ");
s = s.replace("_ALWAYS_INLINE_ ", "");
s = s.replace(" _NO_DISCARD_CLASS_ ", " ");
s = s.replace(" inline ", " ");
s = s.replace("inline ", "");