4 Commits

Author SHA1 Message Date
Greg Spencer
2bcecf60c9 Change Doxyfile options to not create subdirs (flutter/engine#44855)
## Description

This turns off the Doxyfile option `CREATE_SUBDIRS` because it prevents deep link URLs from being stable. It means that thousands of files will be in the main directory, but the filesystem should be able to handle that.

I got rid of the header/footer files for doxygen (because Doxygen will generate them anyhow) and fixed where it was looking for the Flutter logo.

I also ran Doxygen on the Doxyfile template and Doxyfile and updated all the options to correspond with the latest Doxygen.
2023-08-21 17:39:06 +00:00
Ahmed Ashour
51c0a9ec65 Remove superfluous words from comments (flutter/engine#39068)
* Remove superfluous words.

* Format

* Duplicate in consecutive lines.
2023-01-24 09:54:19 -08:00
Chinmay Garde
4d78ea99f6 Minor tweaks to the Doxygen theme. (flutter/engine#11576) 2019-09-03 22:27:14 -04:00
gaaclarke
3e1981ede2 Added Doxyfile. (flutter/engine#9632)
Added Doxyfile.
2019-07-01 14:32:38 -07:00