mirror of
https://github.com/Relintai/sfw.git
synced 2025-02-13 07:10:06 +01:00
Fix stripping #if-s from the docs.
This commit is contained in:
parent
728e9e7301
commit
a26181551f
@ -145,7 +145,7 @@ List<String> process_classes_and_structs(const List<String> &list) {
|
||||
if (l.strip_edges(true, false).begins_with("#")) {
|
||||
// Skip #if-s
|
||||
// Note this will fail for multi line defines, But those currently does not appear in class definitions
|
||||
stripped += l + "\n";
|
||||
//stripped += l + "\n";
|
||||
continue;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user