Fix stripping #if-s from the docs.

This commit is contained in:
Relintai 2025-01-31 12:57:41 +01:00
parent 728e9e7301
commit a26181551f

View File

@ -145,7 +145,7 @@ List<String> process_classes_and_structs(const List<String> &list) {
if (l.strip_edges(true, false).begins_with("#")) { if (l.strip_edges(true, false).begins_with("#")) {
// Skip #if-s // Skip #if-s
// Note this will fail for multi line defines, But those currently does not appear in class definitions // Note this will fail for multi line defines, But those currently does not appear in class definitions
stripped += l + "\n"; //stripped += l + "\n";
continue; continue;
} }