lisa.conf: Fix YAML comments in SimpleMultiSrcConf.to_yaml_map()
FIX
Fix comments generated in the YAML output:
-
Do not dump the comments for all lower children levels at every level, which otherwise leads to O(N^2) size of comments.
-
Improve the display of LevelKeyDesc comment by not repeating the key name.