Skip to content

Commit 0f59e70

Browse files
committed
doc formatting
1 parent 7400659 commit 0f59e70

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

include/ginkgo/core/stop/iteration.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,10 +100,11 @@ deferred_factory_parameter<Iteration::Factory> max_iters(size_type count);
100100
* ```
101101
*
102102
* @param count the number of iterations after which to start checking the
103-
* inner criterion
103+
* inner criterion
104104
* @param criterion the inner criterion, which will not be checked until
105105
* `count` iterations finished, afterwards the min_iters
106106
* stopping criterion behaves like the inner criterion.
107+
*
107108
* @return a deferred_factory_parameter that can be passed to the
108109
* `with_criteria` function when building a solver.
109110
*/

0 commit comments

Comments
 (0)