Skip to content
Snippets Groups Projects
Commit ac025a15 authored by Joseph Mirabel's avatar Joseph Mirabel Committed by Joseph Mirabel
Browse files

Add documentation of hidden neighbors.

* Related to #44.
parent ade78b38
No related branches found
No related tags found
No related merge requests found
...@@ -100,7 +100,9 @@ namespace hpp { ...@@ -100,7 +100,9 @@ namespace hpp {
return neighbors_; return neighbors_;
} }
/// Get the neighbors /// Get the hidden neighbors
/// It is a vector of transitions outgoing from this state and that are
/// included in a waypoint edge.
const Edges_t& hiddenNeighbors() const const Edges_t& hiddenNeighbors() const
{ {
return hiddenNeighbors_; return hiddenNeighbors_;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment