aboutsummaryrefslogtreecommitdiff
path: root/LoopDetection.h
diff options
context:
space:
mode:
authorUnavailableDev <69792062+UnavailableDev@users.noreply.github.com>2024-06-15 12:06:08 +0200
committerUnavailableDev <69792062+UnavailableDev@users.noreply.github.com>2024-06-15 12:06:08 +0200
commit343dde975d25dba7d7c8737eaf94be7f3a17d7b9 (patch)
tree9ea8b1da58e5528610b4cd4e086bb6738c2bc17e /LoopDetection.h
parentf2b0ea746d71cececc638077bfd7f2f47e128c14 (diff)
doxygen comments
Diffstat (limited to 'LoopDetection.h')
-rw-r--r--LoopDetection.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/LoopDetection.h b/LoopDetection.h
index f12c83b..c25887e 100644
--- a/LoopDetection.h
+++ b/LoopDetection.h
@@ -10,6 +10,7 @@ public:
LoopDetection() = default;
virtual ~LoopDetection();
+ //! Add connection and throws CircuitError if it creates a loop
virtual void add_connection(const std::string &src, const std::vector<std::string> &dests);
private: