equal
deleted
inserted
replaced
27 namespace concept { |
27 namespace concept { |
28 /// \addtogroup concept |
28 /// \addtogroup concept |
29 /// @{ |
29 /// @{ |
30 |
30 |
31 |
31 |
32 //! \brief A skeletom structure for representing directed paths in a graph. |
32 //! \brief A skeleton structure for representing directed paths in a graph. |
33 //! |
33 //! |
34 //! A skeleton structure for representing directed paths in a graph. |
34 //! A skeleton structure for representing directed paths in a graph. |
35 //! \param GR The graph type in which the path is. |
35 //! \param GR The graph type in which the path is. |
36 //! |
36 //! |
37 //! In a sense, the path can be treated as a graph, for is has \c NodeIt |
37 //! In a sense, the path can be treated as a graph, for is has \c NodeIt |