[cairo-commit] [cairo-www] src/summerofcode
Carl Worth
cworth at freedesktop.org
Sun Mar 16 17:31:46 PDT 2008
src/summerofcode/ideas.mdwn | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
New commits:
commit 2744a54c23e6002cbe3d04e8d736abe33dcca890
Author: Carl Worth <cworth at freedesktop.org>
Date: Sun Mar 16 17:31:46 2008 -0700
web commit by BehdadEsfahbod
diff --git a/src/summerofcode/ideas.mdwn b/src/summerofcode/ideas.mdwn
index 1a3e0d0..54aa84e 100644
--- a/src/summerofcode/ideas.mdwn
+++ b/src/summerofcode/ideas.mdwn
@@ -25,7 +25,8 @@ source code should be written with being read by humans as a primary goal.
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.
+src/cairo-xlib-*.c names too. The code itself is fairly well documented with
+comments and documentation blocks for all public symbols.
* [Medium] Implement a faster lookup-table-based rasterizer
More information about the cairo-commit
mailing list