Update Doxygen docs for sequence_diagram namespace
This commit is contained in:
@@ -142,10 +142,6 @@ void diagram::add_case_stmt_message(model::message &&m)
|
||||
}
|
||||
}
|
||||
|
||||
bool diagram::started() const { return started_; }
|
||||
|
||||
void diagram::started(bool s) { started_ = s; }
|
||||
|
||||
std::map<common::model::diagram_element::id_t, activity> &diagram::sequences()
|
||||
{
|
||||
return sequences_;
|
||||
@@ -175,12 +171,6 @@ std::set<common::model::diagram_element::id_t> &diagram::active_participants()
|
||||
return active_participants_;
|
||||
}
|
||||
|
||||
const std::set<common::model::diagram_element::id_t> &
|
||||
diagram::active_participants() const
|
||||
{
|
||||
return active_participants_;
|
||||
}
|
||||
|
||||
void diagram::print() const
|
||||
{
|
||||
LOG_TRACE(" --- Participants ---");
|
||||
|
||||
Reference in New Issue
Block a user