From: Guilhem Bonnefille Date: Thu, 23 May 2013 20:45:31 +0000 (+0200) Subject: Doc: improve reference documentation X-Git-Url: https://git.street.me.uk/andy/viking.git/commitdiff_plain/0314a43912f7fcb21defac3234be854ccde7206e Doc: improve reference documentation is interpreted as XML tag and thus, XML parsing fails as there is no associated closing tag. --- diff --git a/src/vikmapsource.c b/src/vikmapsource.c index 9aa3121f..79e714d6 100644 --- a/src/vikmapsource.c +++ b/src/vikmapsource.c @@ -220,7 +220,7 @@ vik_map_source_get_drawmode (VikMapSource *self) * @self: the VikMapSource of interest. * * Return true when we can bypass all this download malarky - * Treat the files as a pre generated data set in OSM tile server layout: /%d/%d/%d.png + * Treat the files as a pre generated data set in OSM tile server layout: tiledir/%d/%d/%d.png */ gboolean vik_map_source_is_direct_file_access (VikMapSource * self)