Skip to content

Commit 6ecf16e

Browse files
committedAug 8, 2018
[opencl] Fix doxy comment
1 parent 4af52f2 commit 6ecf16e

File tree

2 files changed

+21
-20
lines changed

2 files changed

+21
-20
lines changed
 

‎python/analysis/auto_generated/raster/qgsninecellfilter.sip.in

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -61,16 +61,17 @@ Must be implemented by subclasses.
6161

6262
First index of the input cell is the row, second index is the column
6363

64-
@param x11 surrounding cell top left
65-
@param x21 surrounding cell central left
66-
@param x31 surrounding cell bottom left
67-
@param x12 surrounding cell top central
68-
@param x22 the central cell for which the value will be calculated
69-
@param x32 surrounding cell bottom central
70-
@param x13 surrounding cell top right
71-
@param x23 surrounding cell central right
72-
@param x33 surrounding cell bottom right
73-
@return the calculated cell value for the central cell x22
64+
:param x11: surrounding cell top left
65+
:param x21: surrounding cell central left
66+
:param x31: surrounding cell bottom left
67+
:param x12: surrounding cell top central
68+
:param x22: the central cell for which the value will be calculated
69+
:param x32: surrounding cell bottom central
70+
:param x13: surrounding cell top right
71+
:param x23: surrounding cell central right
72+
:param x33: surrounding cell bottom right
73+
74+
:return: the calculated cell value for the central cell x22
7475
%End
7576

7677
protected:

‎src/analysis/raster/qgsninecellfilter.h

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -65,16 +65,16 @@ class ANALYSIS_EXPORT QgsNineCellFilter
6565
*
6666
* First index of the input cell is the row, second index is the column
6767
*
68-
* @param x11 surrounding cell top left
69-
* @param x21 surrounding cell central left
70-
* @param x31 surrounding cell bottom left
71-
* @param x12 surrounding cell top central
72-
* @param x22 the central cell for which the value will be calculated
73-
* @param x32 surrounding cell bottom central
74-
* @param x13 surrounding cell top right
75-
* @param x23 surrounding cell central right
76-
* @param x33 surrounding cell bottom right
77-
* @return the calculated cell value for the central cell x22
68+
* \param x11 surrounding cell top left
69+
* \param x21 surrounding cell central left
70+
* \param x31 surrounding cell bottom left
71+
* \param x12 surrounding cell top central
72+
* \param x22 the central cell for which the value will be calculated
73+
* \param x32 surrounding cell bottom central
74+
* \param x13 surrounding cell top right
75+
* \param x23 surrounding cell central right
76+
* \param x33 surrounding cell bottom right
77+
* \return the calculated cell value for the central cell x22
7878
*/
7979
virtual float processNineCellWindow( float *x11, float *x21, float *x31,
8080
float *x12, float *x22, float *x32,

0 commit comments

Comments
 (0)
Please sign in to comment.