add: docs (mainly docstrings)

This commit is contained in:
Wataru Otsubo 2024-09-14 23:48:15 +09:00
parent 4f88659288
commit 1dd48e703e
5 changed files with 126 additions and 8 deletions

View file

@ -1,3 +1,6 @@
"""
Module for QAQC master log parser.
"""
module QaqcMasterLog
using Dates
@ -19,6 +22,8 @@ struct QaqcMasterLogMetadata
end
"""
parse_master_log(logfile::AbstractString)
Parse master log.
If the `logfile` is empty, return `nothing`.
"""