mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-08-15 10:47:21 +00:00
Docu corrections
This commit is contained in:
parent
85a39e64c1
commit
e8a0464f6c
@ -624,7 +624,7 @@ end
|
||||
--- Count phases.
|
||||
-- @param #OPERATION self
|
||||
-- @param #string Status (Optional) Only count phases in a certain status, e.g. `OPERATION.PhaseStatus.PLANNED`.
|
||||
-- @param #OPERATION.Branch (Optional) Branch.
|
||||
-- @param #OPERATION.Branch Branch (Optional) Branch.
|
||||
-- @return #number Number of phases
|
||||
function OPERATION:CountPhases(Status, Branch)
|
||||
|
||||
@ -644,6 +644,7 @@ end
|
||||
|
||||
--- Add a new branch to the operation.
|
||||
-- @param #OPERATION self
|
||||
-- @param #string Name
|
||||
-- @return #OPERATION.Branch Branch table object.
|
||||
function OPERATION:AddBranch(Name)
|
||||
|
||||
@ -666,6 +667,7 @@ end
|
||||
--- Get name of the branch.
|
||||
-- @param #OPERATION self
|
||||
-- @param #OPERATION.Branch Branch The branch of which the name is requested. Default is the currently active or master branch.
|
||||
-- @return #string Name Name or "None"
|
||||
function OPERATION:GetBranchName(Branch)
|
||||
Branch=Branch or self:GetBranchActive()
|
||||
if Branch then
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user