10 Commits

Author SHA1 Message Date
Greg Spencer
87e6e728ca Add quotes around Doxygen configuration values (flutter/engine#45087)
## Description

Add quotes are the Doxygen configuration values that may have spaces, since otherwise Doxygen strips them.
2023-08-25 16:41:04 +00:00
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
Greg Spencer
fc5b70b5d4 Add Doxygen doc generation for iOS, macOS, Linux, Windows, and Impeller (flutter/engine#43915)
## Description

This starts generating Doxygen docs for iOS, macOS, Linux, Windows, and Impeller. It doesn't remove the existing generation for iOS for now, until we can migrate the API docs to include these instead of those.

## Related Issues
 - https://github.com/flutter/flutter/issues/130999
 - Fixes https://github.com/flutter/flutter/issues/124833
2023-08-17 20:49:05 +00:00
Michael Goderbauer
52bb98164d Add a white background to app anatomy diagram (flutter/engine#39638) 2023-02-15 19:09:05 +00:00
Michael Goderbauer
2693ea12a5 Add app anatomy diagram (flutter/engine#39628) 2023-02-14 20:34:00 +00:00
Gary Qian
3f63f97728 Add more diagrams for deferred components docs, fix alignment of existing one (flutter/engine#26209) 2021-05-17 17:54:01 -07:00
Gary Qian
d7032b3d19 Add diagrams for Wiki (flutter/engine#26172) 2021-05-17 02:14:39 -07: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
Chris Bracken
5ee33d78cf Minor update to README (flutter/engine#5003)
* Adds a docs directory with an architecture diagram from @chinmaygarde.
* Excludes the flutter/docs directory from license script.
2018-04-13 15:46:54 -07:00