[cairo-commit] 2 commits - build/.gitignore src/cairo-version.c

Bryce Harrington bryce at kemper.freedesktop.org
Fri Mar 6 23:31:03 PST 2015


 build/.gitignore    |    2 ++
 src/cairo-version.c |   12 ++++++------
 2 files changed, 8 insertions(+), 6 deletions(-)

New commits:
commit c3605bd3adcae1f12731230a1ea599d15e3c8cad
Author: Bryce Harrington <b.harrington at samsung.com>
Date:   Fri Mar 6 23:29:53 2015 -0800

    git-ignore: Add build's test-driver

diff --git a/build/.gitignore b/build/.gitignore
index 551f858..2f01835 100644
--- a/build/.gitignore
+++ b/build/.gitignore
@@ -12,3 +12,5 @@ mkinstalldirs
 libtool.m4
 lt*.m4
 gtk-doc.m4
+test-driver
+
commit 246d5c1d477cc246788f5695a08c4c414a36fbf5
Author: Bryce Harrington <b.harrington at samsung.com>
Date:   Fri Mar 6 19:14:58 2015 -0800

    doc: Drop extraneous para's
    
    These may have been required in the past, but just trip up distcheck
    today.  The generated docs still look fine.

diff --git a/src/cairo-version.c b/src/cairo-version.c
index e493c81..a94cef6 100644
--- a/src/cairo-version.c
+++ b/src/cairo-version.c
@@ -79,10 +79,10 @@
  * 1.0.1 - Development on a maintenance branch (toward 1.0.2 release)
  * 1.1.1 - Development on head (toward 1.1.2 snapshot and 1.2.0 release)
  * </screen></informalexample>
- * </para>
+ *
  * <refsect2>
  * <title>Compatibility</title>
- * <para>
+ *
  * The API/ABI compatibility guarantees for various versions are as
  * follows. First, let's assume some cairo-using application code that is
  * successfully using the API/ABI "from" one version of cairo. Then let's
@@ -102,11 +102,11 @@
  * with the same in-development version number. This is because these
  * numbers don't correspond to any fixed state of the software, but
  * rather the many states between snapshots and releases.
- * </para>
+ *
  * </refsect2>
  * <refsect2>
  * <title>Examining the version</title>
- * <para>
+ *
  * Cairo provides the ability to examine the version at either
  * compile-time or run-time and in both a human-readable form as well as
  * an encoded form suitable for direct comparison. Cairo also provides the
@@ -135,9 +135,9 @@
  * if (cairo_version() >= CAIRO_VERSION_ENCODE(1, 0, 0))
  *     printf ("Running with suitable cairo version: %s\n", cairo_version_string ());
  * </programlisting></informalexample>
- * </para>
+ *
  * </refsect2>
- * <para>
+ *
  **/
 
 /**


More information about the cairo-commit mailing list