Skip to content

Commit d475ec7

Browse files
committed
TAP_AreAllFunctionsSkip: Remove invalid parameter documentation
The parameter is gone since 2f80d1a (Refactor TAP to use test result waves, 2022-12-02).
1 parent 4594005 commit d475ec7

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

procedures/igortest-tap.ipf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ static StrConstant TAP_LINEEND_STR = "\n"
88

99
/// @brief returns 1 if all test cases are marked as SKIP and TAP is enabled, zero otherwise
1010
///
11-
/// @param testCaseList list of function names
1211
/// @returns 1 if all test cases are marked as SKIP and TAP is enabled, zero otherwise
1312
static Function TAP_AreAllFunctionsSkip()
1413

0 commit comments

Comments
 (0)