diff options
author | Matt A. Tobin <mattatobin@localhost.localdomain> | 2018-02-02 04:16:08 -0500 |
---|---|---|
committer | Matt A. Tobin <mattatobin@localhost.localdomain> | 2018-02-02 04:16:08 -0500 |
commit | 5f8de423f190bbb79a62f804151bc24824fa32d8 (patch) | |
tree | 10027f336435511475e392454359edea8e25895d /gfx/doc/MainPage.md | |
parent | 49ee0794b5d912db1f95dce6eb52d781dc210db5 (diff) | |
download | UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.gz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.lz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.xz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.zip |
Add m-esr52 at 52.6.0
Diffstat (limited to 'gfx/doc/MainPage.md')
-rw-r--r-- | gfx/doc/MainPage.md | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/gfx/doc/MainPage.md b/gfx/doc/MainPage.md new file mode 100644 index 000000000..70a9fc60a --- /dev/null +++ b/gfx/doc/MainPage.md @@ -0,0 +1,21 @@ +Mozilla Graphics {#mainpage} +====================== + +## Work in progress. Possibly incorrect or incomplete. + + +Introduction +------- +This collection of linked pages contains a combination of Doxygen +extracted source code documentation and design documents for the +Mozilla graphics architecture. The design documents live in gfx/docs directory. + +This [wiki page](https://wiki.mozilla.org/Platform/GFX) contains +information about graphics and the graphics team at MoCo. + +Continue here for a [very high level introductory overview](@ref graphicsoverview) +if you don't know where to start. + +Useful pointers for creating documentation +------ +[The mechanics of creating these files](https://wiki.mozilla.org/Platform/GFX/DesignDocumentationGuidelines) |