[cairo-commit] cairomm/docs/reference Doxyfile.in, 1.2, 1.3 Makefile.am, 1.4, 1.5

Jonathon Jongsma commit at pdx.freedesktop.org
Mon Feb 27 18:07:55 PST 2006


Committed by: jjongsma

Update of /cvs/cairo/cairomm/docs/reference
In directory kemper:/tmp/cvs-serv25861/docs/reference

Modified Files:
	Doxyfile.in Makefile.am 
Log Message:
2006-02-27  Jonathon Jongsma  <jonathon.jongsma at gmail.com>

	* cairomm/exception.h:
	* docs/reference/Doxyfile.in:
	* docs/reference/Makefile.am: hide some of the private types and functions
	from the Doxygen API reference documentation


Index: Doxyfile.in
===================================================================
RCS file: /cvs/cairo/cairomm/docs/reference/Doxyfile.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Doxyfile.in	17 Feb 2006 15:06:35 -0000	1.2
+++ Doxyfile.in	28 Feb 2006 02:07:53 -0000	1.3
@@ -74,7 +74,7 @@
 INPUT                  = @top_srcdir@/cairomm introduction.h
 FILE_PATTERNS          = *.h
 RECURSIVE              = NO
-EXCLUDE                = 
+EXCLUDE                = @top_srcdir@/cairomm/private.h
 EXCLUDE_SYMLINKS       = NO
 EXCLUDE_PATTERNS       = 
 EXAMPLE_PATH           = 

Index: Makefile.am
===================================================================
RCS file: /cvs/cairo/cairomm/docs/reference/Makefile.am,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- Makefile.am	23 Feb 2006 03:56:01 -0000	1.4
+++ Makefile.am	28 Feb 2006 02:07:53 -0000	1.5
@@ -7,7 +7,7 @@
 
 index_html = html/index.html
 
-$(index_html): $(DOXYGEN_CONFIGFILE_SOURCE)
+$(index_html): $(DOXYGEN_CONFIGFILE)
 	-rm -rf html
 	doxygen $(doxygen_configfile) \
 	2> doxygen-warnings.txt | tee doxygen-output.txt && cat doxygen-warnings.txt



More information about the cairo-commit mailing list