[GRASS-SVN] r43261 - grass/branches/develbranch_6/lib/vector
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Aug 25 06:20:12 EDT 2010
Author: neteler
Date: 2010-08-25 10:20:12 +0000 (Wed, 25 Aug 2010)
New Revision: 43261
Modified:
grass/branches/develbranch_6/lib/vector/vectorlib.dox
Log:
markusM: corrected header docs
Modified: grass/branches/develbranch_6/lib/vector/vectorlib.dox
===================================================================
--- grass/branches/develbranch_6/lib/vector/vectorlib.dox 2010-08-25 10:20:01 UTC (rev 43260)
+++ grass/branches/develbranch_6/lib/vector/vectorlib.dox 2010-08-25 10:20:12 UTC (rev 43261)
@@ -226,24 +226,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