Test first generated doc.
This commit is contained in:
parent
abeb773ce4
commit
28ad38926a
3 changed files with 37 additions and 6 deletions
17
doc/d-utils.md
Normal file
17
doc/d-utils.md
Normal file
|
@ -0,0 +1,17 @@
|
|||
# Utility modules
|
||||
|
||||
## util-time [module]
|
||||
|
||||
Compatibility time module for <5.2 and >=5.3 versions of CHICKEN.
|
||||
|
||||
### current-util-milliseconds [procedure]
|
||||
|
||||
(current-util-milliseconds)
|
||||
|
||||
Returns the current milliseconds counter that can be used for high-precision time measurements.
|
||||
|
||||
### seconds->iso-date-string [procedure]
|
||||
|
||||
(seconds->iso-date-string . args)
|
||||
|
||||
Converts given seconds to ISO date string. Defaults to ```(current-seconds)```.
|
Loading…
Add table
Add a link
Reference in a new issue