[cairo-commit] [cairo-www] src/summerofcode

Carl Worth cworth at freedesktop.org
Sun Mar 16 17:33:32 PDT 2008


 src/summerofcode/ideas.mdwn |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

New commits:
commit d0d59d4b243bf36b222fd63d6b0b01425b0c9e01
Author: Carl Worth <cworth at freedesktop.org>
Date:   Sun Mar 16 17:33:32 2008 -0700

    web commit by BehdadEsfahbod

diff --git a/src/summerofcode/ideas.mdwn b/src/summerofcode/ideas.mdwn
index 54aa84e..81f4ab6 100644
--- a/src/summerofcode/ideas.mdwn
+++ b/src/summerofcode/ideas.mdwn
@@ -26,8 +26,10 @@ The file names are very clean and instantly give an easily understandable map
 of the code base.  For example, the cairo xlib surface backend is implemented
 in src/cairo-xlib-surface.c.  All the other xlib-specific code is under
 src/cairo-xlib-*.c names too.  The code itself is fairly well documented with
-comments and documentation blocks for all public symbols.
-
+comments and documentation blocks for all public symbols.  The best way to start
+seeing how things work, after you have checked the [documentation](http://cairographics.org/documentation/)
+and know how the to _use_ cairo, is to start skimming through src/cairo.c and
+checking out other source files from there.
 
   * [Medium] Implement a faster lookup-table-based rasterizer
 


More information about the cairo-commit mailing list