mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
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:
@ -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")
|
||||
|
Reference in New Issue
Block a user