diff --git a/tools/doc/main.cpp b/tools/doc/main.cpp index 9af3de7..8b4259f 100644 --- a/tools/doc/main.cpp +++ b/tools/doc/main.cpp @@ -53,7 +53,7 @@ String generate_section_class_list(const List &list) { String sname = get_structure_name(c); - if (sname.begins_with("_")) { + if (sname.empty() || sname.begins_with("_")) { //ERR_PRINT(sname); continue; }