Procházet zdrojové kódy

explain how to include the resulting file

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@36896 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler před 16 roky
rodič
revize
6a075a4a0b
1 změnil soubory, kde provedl 7 přidání a 2 odebrání
  1. 7 2
      vector/v.out.pov/v.out.pov.html

+ 7 - 2
vector/v.out.pov/v.out.pov.html

@@ -4,7 +4,12 @@
 
 <h2>EXAMPLE</h2>
 <div class="code"><pre>
-v.out.pov input=tin output=tin.pov objmod="pigment { color red 0 green 1 blue 0 }"
+v.out.pov input=vector3d output=vector3d.pov objmod="pigment { color red 0 green 1 blue 0 }"
+</pre></div>
+
+The generated file can be included in an existing .pov file with the following statement:
+<div class="code"><pre>
+#include "vector3d.pov"
 </pre></div>
 
 <H2>REFERENCES</H2>
@@ -14,7 +19,7 @@ v.out.pov input=tin output=tin.pov objmod="pigment { color red 0 green 1 blue 0
 
 <h2>SEE ALSO</h2>
 
-<em><a HREF="r.out.pov.html">r.out.pov</a></em>,
+<em><a HREF="r.out.pov.html">r.out.pov</a></em>
 
 <h2>AUTHOR</h2>