[cairo-commit] cairomm/cairomm cairomm.h,1.4,1.5

Jonathon Jongsma commit at pdx.freedesktop.org
Mon May 8 20:12:44 PDT 2006


Committed by: jjongsma

Update of /cvs/cairo/cairomm/cairomm
In directory kemper:/tmp/cvs-serv16383/cairomm

Modified Files:
	cairomm.h 
Log Message:
2006-05-08  Jonathon Jongsma  <jonathon.jongsma at gmail.com>

	* cairomm/cairomm.h: Add doxygen API introduction test here.
	* docs/reference/Doxyfile.in: 
	* docs/reference/Makefile.am:
	* docs/reference/cairomm-header.html:
	* docs/reference/cairomm.css:
	* docs/reference/introduction.h: fix up some documentation presentation
	issues that turned up with newer versions of doxygen.


Index: cairomm.h
===================================================================
RCS file: /cvs/cairo/cairomm/cairomm/cairomm.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- cairomm.h	6 Mar 2006 17:55:51 -0000	1.4
+++ cairomm.h	9 May 2006 03:12:42 -0000	1.5
@@ -19,6 +19,18 @@
 #ifndef __CAIROMM_H
 #define __CAIROMM_H
 
+/** \mainpage Cairomm: A C++ wrapper for the cairo graphics library
+ *
+ * \section License
+ * Cairomm is available under the terms of the LGPL license
+ *
+ * \section Introduction
+ * If you're just beginning to learn cairomm, a good place to start is with the
+ * Cairo::Surface and Cairo::Context classes.  In general terms, you draw onto
+ * a Surface using the graphics settings specified in your Context.
+ *
+ */
+
 #include <cairomm/context.h>
 #include <cairomm/surface.h>
 #include <cairomm/fontoptions.h>



More information about the cairo-commit mailing list