diff --git a/tools/doc/main.cpp b/tools/doc/main.cpp index e974b52..a6167a0 100644 --- a/tools/doc/main.cpp +++ b/tools/doc/main.cpp @@ -145,7 +145,7 @@ List process_classes_and_structs(const List &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; }