1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/gfx/doc/MainPage.md Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,21 @@ 1.4 +Mozilla Graphics {#mainpage} 1.5 +====================== 1.6 + 1.7 +## Work in progress. Possibly incorrect or incomplete. 1.8 + 1.9 + 1.10 +Introduction 1.11 +------- 1.12 +This collection of linked pages contains a combination of Doxygen 1.13 +extracted source code documentation and design documents for the 1.14 +Mozilla graphics architecture. The design documents live in gfx/docs directory. 1.15 + 1.16 +This [wiki page](https://wiki.mozilla.org/Platform/GFX) contains 1.17 +information about graphics and the graphics team at MoCo. 1.18 + 1.19 +Continue here for a [very high level introductory overview](@ref graphicsoverview) 1.20 +if you don't know where to start. 1.21 + 1.22 +Useful pointers for creating documentation 1.23 +------ 1.24 +[The mechanics of creating these files](https://wiki.mozilla.org/Platform/GFX/DesignDocumentationGuidelines)