This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project gfxprim.git.
The branch, master has been updated via 0d669b789fdf406909b7030421d57f0c138f42cf (commit) from 1d8487ab33ea42b4fbf94078f939a6425e664298 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- http://repo.or.cz/w/gfxprim.git/commit/0d669b789fdf406909b7030421d57f0c138f4...
commit 0d669b789fdf406909b7030421d57f0c138f42cf Author: Cyril Hrubis metan@ucw.cz Date: Thu Jul 12 00:05:28 2012 +0200
doc: A few fixes and link.
diff --git a/doc/Makefile b/doc/Makefile index 443e475..2b6df43 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -10,7 +10,7 @@ all: api.html examples.html $(PAGES) api_links.html # # Create all in one API page # -api.html: $(SOURCES) +api.html: $(SOURCES) api.txt asciidoc -a toc api.txt
# diff --git a/doc/api.txt b/doc/api.txt index e57953f..899df1c 100644 --- a/doc/api.txt +++ b/doc/api.txt @@ -2,6 +2,9 @@ GFXprim API =========== Cyril Hrubis metan@ucw.cz
+This documentation is also available link:api_links.html[divided into several +pages]. + include::general.txt[] include::basic_types.txt[] include::environment_variables.txt[] diff --git a/doc/debug.txt b/doc/debug.txt index dd46820..c86e8a9 100644 --- a/doc/debug.txt +++ b/doc/debug.txt @@ -47,5 +47,5 @@ void GP_DebugPrint(int level, const char *file, const char *function, int line, -------------------------------------------------------------------------------
Printf-like macros used to create debug messages. All of them calls the -'GP_DebugPrint()' function with correct paramters. +'GP_DebugPrint()' function with correct parameters.
-----------------------------------------------------------------------
Summary of changes: doc/Makefile | 2 +- doc/api.txt | 3 +++ doc/debug.txt | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-)
repo.or.cz automatic notification. Contact project admin jiri.bluebear.dluhos@gmail.com if you want to unsubscribe, or site admin admin@repo.or.cz if you receive no reply.