aboutsummaryrefslogtreecommitdiffstats
path: root/doxygen/i965.doxy
Commit message (Collapse)AuthorAgeFilesLines
* doxygen: Correct TAGFILE relative pathsRhys Kidd2016-04-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Per Doxygen documentation, to combine external documentation (stored in a *.tag file) with a project the TAGFILES option should be set in the configuration file. A tag file typically only contains a relative location of the documentation from the point where doxygen was run. So when you include a tag file in other project you have to specify where the external documentation is located in relation this project. You can do this in the configuration file by assigning the (relative) location to the tag files specified after the TAGFILES configuration option. If you use a relative path it should be relative with respect to the directory where the HTML output of your project is generated; so a relative path from the HTML output directory of a project to the HTML output of the other project that is linked to. Signed-off-by: Rhys Kidd <[email protected]> Acked-by: Emil Velikov <[email protected]>
* doxygen: Generate Doxygen for i965Chad Versace2013-10-071-0/+50
Now, one can do the following to generate and read the i965 Doxygen: cd $MESA_TOP/doxygen make firefox i965/index.html Reviewed-by: Frank Henigman <[email protected]> Signed-off-by: Chad Versace <[email protected]>