mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-29 10:31:03 -06:00
cm*Lexer: Populate empty doxygen @param comment
And in one case fixed wrong param name. Warned by clang -Wdocumentation.
This commit is contained in:
@@ -1820,7 +1820,7 @@ void cmCommandArgument_yyset_extra (YY_EXTRA_TYPE user_defined , yyscan_t yysca
|
|||||||
}
|
}
|
||||||
|
|
||||||
/** Set the current line number.
|
/** Set the current line number.
|
||||||
* @param line_number
|
* @param line_number The line number to set.
|
||||||
* @param yyscanner The scanner object.
|
* @param yyscanner The scanner object.
|
||||||
*/
|
*/
|
||||||
void cmCommandArgument_yyset_lineno (int line_number , yyscan_t yyscanner)
|
void cmCommandArgument_yyset_lineno (int line_number , yyscan_t yyscanner)
|
||||||
@@ -1835,7 +1835,7 @@ void cmCommandArgument_yyset_lineno (int line_number , yyscan_t yyscanner)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/** Set the current column.
|
/** Set the current column.
|
||||||
* @param column_no
|
* @param column_no The column number to set.
|
||||||
* @param yyscanner The scanner object.
|
* @param yyscanner The scanner object.
|
||||||
*/
|
*/
|
||||||
void cmCommandArgument_yyset_column (int column_no , yyscan_t yyscanner)
|
void cmCommandArgument_yyset_column (int column_no , yyscan_t yyscanner)
|
||||||
|
|||||||
@@ -2165,7 +2165,7 @@ void cmDependsFortran_yyset_extra (YY_EXTRA_TYPE user_defined , yyscan_t yyscan
|
|||||||
}
|
}
|
||||||
|
|
||||||
/** Set the current line number.
|
/** Set the current line number.
|
||||||
* @param line_number
|
* @param line_number The line number to set.
|
||||||
* @param yyscanner The scanner object.
|
* @param yyscanner The scanner object.
|
||||||
*/
|
*/
|
||||||
void cmDependsFortran_yyset_lineno (int line_number , yyscan_t yyscanner)
|
void cmDependsFortran_yyset_lineno (int line_number , yyscan_t yyscanner)
|
||||||
@@ -2180,7 +2180,7 @@ void cmDependsFortran_yyset_lineno (int line_number , yyscan_t yyscanner)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/** Set the current column.
|
/** Set the current column.
|
||||||
* @param line_number
|
* @param column_no The column number to set.
|
||||||
* @param yyscanner The scanner object.
|
* @param yyscanner The scanner object.
|
||||||
*/
|
*/
|
||||||
void cmDependsFortran_yyset_column (int column_no , yyscan_t yyscanner)
|
void cmDependsFortran_yyset_column (int column_no , yyscan_t yyscanner)
|
||||||
|
|||||||
@@ -2330,7 +2330,7 @@ void cmDependsJava_yyset_extra (YY_EXTRA_TYPE user_defined , yyscan_t yyscanner
|
|||||||
}
|
}
|
||||||
|
|
||||||
/** Set the current line number.
|
/** Set the current line number.
|
||||||
* @param line_number
|
* @param line_number The line number to set.
|
||||||
* @param yyscanner The scanner object.
|
* @param yyscanner The scanner object.
|
||||||
*/
|
*/
|
||||||
void cmDependsJava_yyset_lineno (int line_number , yyscan_t yyscanner)
|
void cmDependsJava_yyset_lineno (int line_number , yyscan_t yyscanner)
|
||||||
@@ -2345,7 +2345,7 @@ void cmDependsJava_yyset_lineno (int line_number , yyscan_t yyscanner)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/** Set the current column.
|
/** Set the current column.
|
||||||
* @param column_no
|
* @param column_no The column number to set.
|
||||||
* @param yyscanner The scanner object.
|
* @param yyscanner The scanner object.
|
||||||
*/
|
*/
|
||||||
void cmDependsJava_yyset_column (int column_no , yyscan_t yyscanner)
|
void cmDependsJava_yyset_column (int column_no , yyscan_t yyscanner)
|
||||||
|
|||||||
@@ -1716,7 +1716,7 @@ void cmExpr_yyset_extra (YY_EXTRA_TYPE user_defined , yyscan_t yyscanner)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/** Set the current line number.
|
/** Set the current line number.
|
||||||
* @param line_number
|
* @param line_number The line number to set.
|
||||||
* @param yyscanner The scanner object.
|
* @param yyscanner The scanner object.
|
||||||
*/
|
*/
|
||||||
void cmExpr_yyset_lineno (int line_number , yyscan_t yyscanner)
|
void cmExpr_yyset_lineno (int line_number , yyscan_t yyscanner)
|
||||||
@@ -1731,7 +1731,7 @@ void cmExpr_yyset_lineno (int line_number , yyscan_t yyscanner)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/** Set the current column.
|
/** Set the current column.
|
||||||
* @param column_no
|
* @param column_no The column number to set.
|
||||||
* @param yyscanner The scanner object.
|
* @param yyscanner The scanner object.
|
||||||
*/
|
*/
|
||||||
void cmExpr_yyset_column (int column_no , yyscan_t yyscanner)
|
void cmExpr_yyset_column (int column_no , yyscan_t yyscanner)
|
||||||
|
|||||||
Reference in New Issue
Block a user