Skip to content

Commit

Permalink
#672: docs: improve finishedEpoch/finishNoActivateEpoch
Browse files Browse the repository at this point in the history
  • Loading branch information
lifflander committed Jun 21, 2020
1 parent b86d5d5 commit 20aeac9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/vt/termination/termination.h
Original file line number Diff line number Diff line change
Expand Up @@ -343,8 +343,8 @@ struct TerminationDetector :
);

/**
* \brief Tell the termination detector that all work has been enqueued for a
* given epoch
* \brief Tell the termination detector that all initial work has been
* enqueued for a given epoch on this node
*
* \param[in] epoch the finished epoch
*/
Expand All @@ -358,7 +358,8 @@ struct TerminationDetector :
void activateEpoch(EpochType const& epoch);

/**
* \internal \brief Finish an epoch without activation it
* \internal \brief Finish an epoch without activating it (starting the work
* of detecting its termination)
*
* \param[in] epoch the epoch that is finished
*/
Expand Down

0 comments on commit 20aeac9

Please sign in to comment.