Skip to content

Commit

Permalink
add note to doxygen comments
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbruy committed Nov 21, 2016
1 parent c1b6edc commit f77ab4d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/analysis/network/qgsdistancestrategy.h
Expand Up @@ -20,6 +20,7 @@

/** \ingroup analysis
* \class QgsDistanceStrategy
* \note added in QGIS 3.0
* \brief Strategy for caclucating edge cost based on its length. Should be
* used for finding shortest path between two points.
*/
Expand Down
1 change: 1 addition & 0 deletions src/analysis/network/qgsgraph.h
Expand Up @@ -36,6 +36,7 @@ class QgsGraphVertex;
/**
* \ingroup analysis
* \class QgsGraphEdge
* \note added in QGIS 3.0
* \brief This class implements a graph edge
*/
class ANALYSIS_EXPORT QgsGraphEdge
Expand Down
1 change: 1 addition & 0 deletions src/analysis/network/qgsstrategy.h
Expand Up @@ -24,6 +24,7 @@
/**
* \ingroup analysis
* \class QgsStrategy
* \note added in QGIS 3.0
* \brief QgsStrategy defines strategy used for calculation of the edge cost. For example it can
* take into account travel distance, amount of time or money. Currently there are two strategies
* implemented in the analysis library: QgsDistanceStrategy and QgsSpeedStrategy.
Expand Down

0 comments on commit f77ab4d

Please sign in to comment.