mirror of
https://github.com/Relintai/sfw.git
synced 2025-02-13 07:10:06 +01:00
Also strip _ALWAYS_INLINE_ from the docs.
This commit is contained in:
parent
a26181551f
commit
ade786cd55
@ -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 ", "");
|
||||
|
Loading…
Reference in New Issue
Block a user