docs: fix doxygen compile warnings for doxygen 1.9.1

Newer versions of doxygen will give warnings for comments in
INPUT lists

Delete all comment lines to fix these warnings, our folder structure
stil gives an OK overview of what we are including
This commit is contained in:
Marius Vikhammer
2021-04-09 11:57:03 +08:00
committed by Krzysztof Budzynski
parent 7154866e80
commit 0633ee3e18
8 changed files with 30 additions and 123 deletions

View File

@@ -359,7 +359,7 @@ html_static_path = ['../_static']
# Output file base name for HTML help builder.
htmlhelp_basename = 'ReadtheDocsTemplatedoc'
google_analytics_id = os.environ['CI_GOOGLE_ANALYTICS_ID']
google_analytics_id = os.environ.get('CI_GOOGLE_ANALYTICS_ID', None)
# -- Options for LaTeX output ---------------------------------------------