Skip to content

Commit f77ab4d

Browse files
committedNov 21, 2016
add note to doxygen comments
1 parent c1b6edc commit f77ab4d

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed
 

‎src/analysis/network/qgsdistancestrategy.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020

2121
/** \ingroup analysis
2222
* \class QgsDistanceStrategy
23+
* \note added in QGIS 3.0
2324
* \brief Strategy for caclucating edge cost based on its length. Should be
2425
* used for finding shortest path between two points.
2526
*/

‎src/analysis/network/qgsgraph.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ class QgsGraphVertex;
3636
/**
3737
* \ingroup analysis
3838
* \class QgsGraphEdge
39+
* \note added in QGIS 3.0
3940
* \brief This class implements a graph edge
4041
*/
4142
class ANALYSIS_EXPORT QgsGraphEdge

‎src/analysis/network/qgsstrategy.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
/**
2525
* \ingroup analysis
2626
* \class QgsStrategy
27+
* \note added in QGIS 3.0
2728
* \brief QgsStrategy defines strategy used for calculation of the edge cost. For example it can
2829
* take into account travel distance, amount of time or money. Currently there are two strategies
2930
* implemented in the analysis library: QgsDistanceStrategy and QgsSpeedStrategy.

0 commit comments

Comments
 (0)
Please sign in to comment.