Skip to content

Commit

Permalink
manual: crosslinks and keywords added (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
neteler committed Oct 24, 2019
1 parent 6a120c3 commit dc40478
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions scripts/v.import/v.import.html
Expand Up @@ -106,6 +106,7 @@ <h2>SEE ALSO</h2>

<em>
<a href="v.clean.html">v.clean</a>,
<a href="v.in.lines.html">v.in.lines</a>,
<a href="v.in.ogr.html">v.in.ogr</a>,
<a href="v.proj.html">v.proj</a>
</em>
Expand Down
3 changes: 2 additions & 1 deletion scripts/v.in.lines/v.in.lines.html
Expand Up @@ -34,10 +34,11 @@ <h2>EXAMPLE</h2>
<h2>SEE ALSO</h2>

<em>
<a href="d.graph.html">d.graph</a>,
<a href="v.centroids.html">v.centroids</a>,
<a href="v.in.ascii.html">v.in.ascii</a>,
<a href="v.in.mapgen.html">v.in.mapgen</a>,
<a href="v.out.ascii.html">v.out.ascii</a>,
<a href="d.graph.html">d.graph</a>,
<a href="r.in.poly.html">r.in.poly</a>
</em>

Expand Down
3 changes: 3 additions & 0 deletions vector/v.in.ascii/main.c
Expand Up @@ -71,6 +71,9 @@ int main(int argc, char *argv[])
G_add_keyword(_("import"));
G_add_keyword("ASCII");
G_add_keyword(_("level1"));
G_add_keyword(_("area"));
G_add_keyword(_("line"));
G_add_keyword(_("point"));

module->description =
_("Creates a vector map from an ASCII points file or ASCII vector file.");
Expand Down
3 changes: 3 additions & 0 deletions vector/v.in.ascii/v.in.ascii.html
Expand Up @@ -288,6 +288,7 @@ <h2>SEE ALSO</h2>
<em>
<a href="db.execute.html">db.execute</a>,
<a href="r.in.ascii.html">r.in.ascii</a>,
<a href="r.in.poly.html">r.in.poly</a>,
<a href="r.in.xyz.html">r.in.xyz</a>,
<a href="v.build.html">v.build</a>,
<a href="v.build.polylines.html">v.build.polylines</a>,
Expand All @@ -296,6 +297,8 @@ <h2>SEE ALSO</h2>
<a href="v.db.connect.html">v.db.connect</a>,
<a href="v.import.html">v.import</a>,
<a href="v.info.html">v.info</a>,
<a href="v.in.lines.html">v.in.lines</a>,
<a href="v.in.mapgen.html">v.in.mapgen</a>,
<a href="v.out.ascii.html">v.out.ascii</a>
</em>

Expand Down

0 comments on commit dc40478

Please sign in to comment.