From 4710e8dcebbcdc8b748bd0ba06089081b3080f52 Mon Sep 17 00:00:00 2001 From: David Pirotte Date: Wed, 17 Aug 2016 22:52:06 -0300 Subject: [PATCH 04/11] Fixing a texi related warning * doc/defuns-cairo-paths.xml.texi: @end command must start on a new line. Note that this file is actually generated, but reaally rarely, and till we fix this in the generation, just to avoid two warning I went ahead and manally fixed this, I just don't like warnings :). --- doc/defuns-cairo-paths.xml.texi | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/defuns-cairo-paths.xml.texi b/doc/defuns-cairo-paths.xml.texi index b72f789..680c4ed 100644 --- a/doc/defuns-cairo-paths.xml.texi +++ b/doc/defuns-cairo-paths.xml.texi @@ -17,7 +17,8 @@ If there is insufficient memory to copy the path. In this @address@hidden If @var{cr} is already in an error state. In this case @samp{path->status} will contain the same status that - would be returned by @address@hidden enumerate + would be returned by @code{cairo-status}. address@hidden enumerate @table @var @item cr @@ -54,7 +55,8 @@ If there is insufficient memory to copy the path. In this @address@hidden If @var{cr} is already in an error state. In this case @samp{path->status} will contain the same status that - would be returned by @address@hidden enumerate + would be returned by @code{cairo-status}. address@hidden enumerate @table @var @item cr -- 2.8.1