mirror of
https://gitlab.cern.ch/wotsubo/PSBoardDataBase.git
synced 2025-06-11 07:19:23 +09:00
add: docs (mainly docstrings)
This commit is contained in:
parent
4f88659288
commit
1dd48e703e
5 changed files with 126 additions and 8 deletions
|
@ -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`.
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue