Help: Wrap long ctest_submit signature line
This commit is contained in:
parent
58b2d760ee
commit
35ca4863aa
|
@ -5,7 +5,11 @@ Submit results to a dashboard server.
|
||||||
|
|
||||||
::
|
::
|
||||||
|
|
||||||
ctest_submit([PARTS ...] [FILES ...] [RETRY_COUNT count] [RETRY_DELAY delay][RETURN_VALUE res])
|
ctest_submit([PARTS ...] [FILES ...]
|
||||||
|
[RETRY_COUNT count]
|
||||||
|
[RETRY_DELAY delay]
|
||||||
|
[RETURN_VALUE res]
|
||||||
|
)
|
||||||
|
|
||||||
By default all available parts are submitted if no PARTS or FILES are
|
By default all available parts are submitted if no PARTS or FILES are
|
||||||
specified. The PARTS option lists a subset of parts to be submitted.
|
specified. The PARTS option lists a subset of parts to be submitted.
|
||||||
|
|
Loading…
Reference in New Issue