]> git.street.me.uk Git - andy/viking.git/commitdiff
Doc: improve reference documentation
authorGuilhem Bonnefille <guilhem.bonnefille@gmail.com>
Thu, 23 May 2013 20:45:31 +0000 (22:45 +0200)
committerGuilhem Bonnefille <guilhem.bonnefille@gmail.com>
Thu, 23 May 2013 20:45:31 +0000 (22:45 +0200)
<tiledir> is interpreted as XML tag and thus, XML parsing fails as
there is no associated closing tag.

src/vikmapsource.c

index 9aa3121f11654d19d24a0bf8741a51f02b2606d8..79e714d6a235c477fea4cef3c6708e478c936ec1 100644 (file)
@@ -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: <tiledir>/%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)