Skip to content

Commit 3b5ada1

Browse files
committed
Move class since annotation to after brief
Lots of classes do this, but it messes with the python docstrings. TODO: add a unit test preventing this behavior
1 parent 1edbca4 commit 3b5ada1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

python/analysis/auto_generated/network/qgsnetworkspeedstrategy.sip.in

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
class QgsNetworkSpeedStrategy : QgsNetworkStrategy
1212
{
1313
%Docstring
14+
Strategy for calculating edge cost based on travel time. Should be
15+
used for finding fastest path between two points.
1416

1517
.. versionadded:: 3.0
16-
Strategy for calculating edge cost based on travel time. Should be
17-
used for finding fastest path between two points.
1818
%End
1919

2020
%TypeHeaderCode

src/analysis/network/qgsnetworkspeedstrategy.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
/**
2323
* \ingroup analysis
2424
* \class QgsNetworkSpeedStrategy
25-
* \since QGIS 3.0
2625
* \brief Strategy for calculating edge cost based on travel time. Should be
2726
* used for finding fastest path between two points.
27+
* \since QGIS 3.0
2828
*/
2929
class ANALYSIS_EXPORT QgsNetworkSpeedStrategy : public QgsNetworkStrategy
3030
{

0 commit comments

Comments
 (0)