docs: Use README.md as the Doxygen main page (see issue #3384)

Also set FULL_SIDEBAR=NO for consistency with older Doxygen versions where
this option is not supported.
This commit is contained in:
Marshall Greenblatt
2022-09-05 14:06:18 -04:00
parent 8645e88e0e
commit 09b4cbd32c
3 changed files with 8 additions and 5 deletions

View File

@ -856,6 +856,10 @@ if mode == 'standard':
# transfer Doxyfile
transfer_doxyfile(output_dir, options.quiet)
# transfer README.md
copy_file(os.path.join(cef_dir, 'README.md'), \
os.path.join(output_dir, 'README.md'), options.quiet)
if not options.nodocs:
# generate doc files
sys.stdout.write("Generating docs...\n")