@@ -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