Index: trunk/doc/developer/lihata_board/render.sh =================================================================== --- trunk/doc/developer/lihata_board/render.sh (revision 16826) +++ trunk/doc/developer/lihata_board/render.sh (revision 16827) @@ -190,7 +190,7 @@ function gen_types(path, v, n, N, node) { - print "" + print "
" print "
type description" v = children(N, path) Index: trunk/doc/developer/lihata_board/tree.html =================================================================== --- trunk/doc/developer/lihata_board/tree.html (revision 16826) +++ trunk/doc/developer/lihata_board/tree.html (revision 16827) @@ -325,11 +325,9 @@
   attrib-key string   attribute value
  flags_line    
-

Types

+

Types

-

-

- +
type description
angle Index: trunk/doc/developer/lihata_board/tree.txt =================================================================== --- trunk/doc/developer/lihata_board/tree.txt (revision 16826) +++ trunk/doc/developer/lihata_board/tree.txt (revision 16827) @@ -324,40 +324,44 @@ Types -+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ -| type | description | -|--------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -|angle |A decimal number without unit, representing an angle in degree. Can be positive or negative. | -|--------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| |A decimal number with a unit suffix. If the unit suffix is missing, the coordinate is loaded in the internal units (which is nanometer as of 2018, but could change in the future, thus files shall not depend on it). Depending on the context, | -| |coordinates may have a sign (positive or negative). | -| | | -|coord |Examples: | -| | | -| |x=10mil; | -| |y=1.5mm; | -| |dia=12cm; | -|--------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| |A two-column table of coords. First column are X, second column are Y coordinates. | -| | | -| |Examples: | -| | | -|coordtbl|ta:contour { | -| | 1mm; 2.1mm; | -| | 5mm; 5.2mm; | -| | 3.7mm; 12mil; | -| |} | -| |ta:foo = { 1mm; 2.1mm; 5mm; 5.2mm; 3.7mm; 12mil; } | -|--------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -|double |Unitless numeric value in decimal format. Depending on context it is sometimes signed. | -|--------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -|flag |If the flag is set, the value is "1", if the flag is not set, the whole key=value pair is omitted. | -|--------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -|integer |Unitless integer value in decimal format. Depending on context it is sometimes signed. | -|--------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -|minuid |An unique ID as generated by libminuid (24 ASCII characters). | -|--------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -|none |No value. | -|--------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -|string |Free form text data | -+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ ++--------------------------------------------------------------------------------------------------+ +| type | description | +|--------+-----------------------------------------------------------------------------------------| +|angle |A decimal number without unit, representing an angle in degree. Can be positive or | +| |negative. | +|--------+-----------------------------------------------------------------------------------------| +| |A decimal number with a unit suffix. If the unit suffix is missing, the coordinate is | +| |loaded in the internal units (which is nanometer as of 2018, but could change in the | +| |future, thus files shall not depend on it). Depending on the context, coordinates may | +| |have a sign (positive or negative). | +|coord | | +| |Examples: | +| | | +| |x=10mil; | +| |y=1.5mm; | +| |dia=12cm; | +|--------+-----------------------------------------------------------------------------------------| +| |A two-column table of coords. First column are X, second column are Y coordinates. | +| | | +| |Examples: | +| | | +|coordtbl|ta:contour { | +| | 1mm; 2.1mm; | +| | 5mm; 5.2mm; | +| | 3.7mm; 12mil; | +| |} | +| |ta:foo = { 1mm; 2.1mm; 5mm; 5.2mm; 3.7mm; 12mil; } | +|--------+-----------------------------------------------------------------------------------------| +|double |Unitless numeric value in decimal format. Depending on context it is sometimes signed. | +|--------+-----------------------------------------------------------------------------------------| +|flag |If the flag is set, the value is "1", if the flag is not set, the whole key=value pair is| +| |omitted. | +|--------+-----------------------------------------------------------------------------------------| +|integer |Unitless integer value in decimal format. Depending on context it is sometimes signed. | +|--------+-----------------------------------------------------------------------------------------| +|minuid |An unique ID as generated by libminuid (24 ASCII characters). | +|--------+-----------------------------------------------------------------------------------------| +|none |No value. | +|--------+-----------------------------------------------------------------------------------------| +|string |Free form text data | ++--------------------------------------------------------------------------------------------------+