mirror of
https://gitee.com/openharmony/third_party_mesa3d
synced 2025-02-09 03:29:05 +00:00
db975fa86c
Add Gallium and the Gallium-based drivers to doxygen's automated code documentation infrastructure. Can be individually created with: cd $MESA_TOP_LEVEL/ make -C doxygen/ gallium.tag Benefits from the existing doxygen Makefile runners to clean up afterwards with 'make clean'. Signed-off-by: Rhys Kidd <rhyskidd@gmail.com> Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
This directory is for doxygen (a source code documentation system). See http://www.doxygen.org/ for more info. Either run 'make' (Unix) or 'doxy.bat' (Windows) to run doxygen and generate souce code documentation. Then, load either doxygen/main/index.html or doxygen/core_subset/index.html into your web browser.