mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
user-manual: include doumentation for meandepth print template
Reported-by: Rahul Swaminathan <rahul.swaminathan@gmail.com> Signed-off-by: Jason Bramwell <jb2cool@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
a70eccea29
commit
6454c6e6ea
2 changed files with 5 additions and 0 deletions
|
@ -7661,6 +7661,10 @@ cellspacing="0" cellpadding="4">
|
|||
<td align="left" valign="top"><p class="table">(<strong>string</strong>) depth of the dive</p></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left" valign="top"><p class="table">meandepth</p></td>
|
||||
<td align="left" valign="top"><p class="table">(<strong>string</strong>) mean depth of the dive</p></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left" valign="top"><p class="table">divemaster</p></td>
|
||||
<td align="left" valign="top"><p class="table">(<strong>string</strong>) divemaster for the dive</p></td>
|
||||
</tr>
|
||||
|
|
|
@ -5233,6 +5233,7 @@ Only a subset of the dive data is exported:
|
|||
|location| (*string*) location of the dive
|
||||
|duration| (*string*) duration of the dive
|
||||
|depth| (*string*) depth of the dive
|
||||
|meandepth| (*string*) mean depth of the dive
|
||||
|diveguide| (*string*) dive guide for the dive
|
||||
|buddy| (*string*) buddy for the dive
|
||||
|airTemp| (*string*) air temperature of the dive
|
||||
|
|
Loading…
Reference in a new issue