[GRASS-SVN] r43260 - grass/branches/releasebranch_6_4/lib/vector

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Aug 25 06:20:01 EDT 2010


Author: neteler
Date: 2010-08-25 10:20:01 +0000 (Wed, 25 Aug 2010)
New Revision: 43260

Modified:
   grass/branches/releasebranch_6_4/lib/vector/vectorlib.dox
Log:
markusM: corrected header docs

Modified: grass/branches/releasebranch_6_4/lib/vector/vectorlib.dox
===================================================================
--- grass/branches/releasebranch_6_4/lib/vector/vectorlib.dox	2010-08-25 07:29:17 UTC (rev 43259)
+++ grass/branches/releasebranch_6_4/lib/vector/vectorlib.dox	2010-08-25 10:20:01 UTC (rev 43260)
@@ -221,24 +221,17 @@
 <b>Head</b>
 
 <TABLE border=2>
-<TR><TD>Name</TD><TD>Type</TD><TD>Number</TD><TD>Description</TD></TR>
+<TR><TD><B>Name</B></TD><TD><B>Type</B></TD><TD><B>Number</B></TD><TD><B>Description</B></TD></TR>
 
-<TR><TD>Version_Major </TD><TD>C</TD><TD>1</TD><TD>file version (major)</TD></TR>
-<TR><TD>Version_Minor </TD><TD>C</TD><TD>1</TD><TD>file version (minor)</TD></TR>
-<TR><TD>Back_Major</TD><TD>C</TD><TD>1</TD><TD>supported from GRASS version (major)</TD></TR>
-<TR><TD>Back_Minor</TD><TD>C</TD><TD>1</TD><TD>supported from GRASS version (minor)</TD></TR>
+<TR><TD>Version_Major</TD> <TD>C</TD> <TD>1</TD> <TD>file version (major)</TD></TR>
+<TR><TD>Version_Minor</TD> <TD>C</TD> <TD>1</TD> <TD>file version (minor)</TD></TR>
+<TR><TD>Back_Major</TD>    <TD>C</TD> <TD>1</TD> <TD>supported from GRASS version (major)</TD></TR>
+<TR><TD>Back_Minor</TD>    <TD>C</TD> <TD>1</TD> <TD>supported from GRASS version (minor)</TD></TR>
+<TR><TD>byte_order</TD>    <TD>C</TD> <TD>1</TD> <TD>little or big endian flag</TD></TR>
+<TR><TD>header_size</TD>   <TD>L</TD> <TD>1</TD> <TD>header size of coor file</TD></TR>
+<TR><TD>with_z</TD>        <TD>C</TD> <TD>1</TD> <TD>2D or 3D flag; zero for 2D</TD></TR>
+<TR><TD>size</TD>          <TD>L</TD> <TD>1</TD> <TD>coor file size</TD></TR>
 
-<TR><TD>byte_order</TD><TD>C</TD><TD>1</TD><TD>little or big endian
-                  flag; files are written in machine native order but
-                  files in both little and big endian order may be
-                  read; zero for little endian</TD></TR>
-
-<TR><TD>size</TD><TD>L</TD><TD>1</TD><TD>coor file size</TD></TR>
-
-<TR><TD>with_z</TD><TD>C</TD><TD>1</TD><TD>2D or 3D flag; zero for 2D</TD></TR>
-
-<TR><TD>reserved</TD><TD>C</TD><TD>10</TD><TD>not used</TD></TR>
-
 </TABLE>
 
 <p>



More information about the grass-commit mailing list