The function list does NOT list a function, if there is a commentary between the function Head and the function Body, as shown bellow.
void main()
//------- commentary here
{
}
I have tried several approaches with the regular expression in a new UDL but they do not change this issue. I have been told that it might be a bug and that it can be circumvented by placing at least 2 withe spaces before the comment starts.