check_doc or other scripts assume main.cpp is present. Those scripts should check any .cpp.
Simplest example: add a folder reject_3 in hello, as a copy of reject_2. Within reject_3, rename main.cpp to reject_3.cpp. This now fails (the undocumented .cpp is undetected).
check_doc
or other scripts assume main.cpp is present. Those scripts should check any.cpp
.Simplest example: add a folder
reject_3
inhello
, as a copy ofreject_2
. Withinreject_3
, renamemain.cpp
toreject_3.cpp
. This now fails (the undocumented.cpp
is undetected).