@@ -18,9 +18,9 @@ module m_error_v_creation
1818 function create_error (inv ) result(err)
1919 ! ! Create an error
2020 ! !
21- ! ! If an odd number is supplied, the error code is no error (TODO: cross-ref) .
22- ! ! If an even number is supplied, the error code is 1 .
23- ! ! If a negative number is supplied, the error code is 2 .
21+ ! > If an odd number is supplied, the error code is [[m_error_v:NO_ERROR_CODE(variable)]] .
22+ ! > If an even number is supplied, the error code is `1` .
23+ ! > If a negative number is supplied, the error code is `2` .
2424
2525 integer , intent (in ) :: inv
2626 ! ! Value to use to create the error
@@ -44,9 +44,9 @@ end function create_error
4444 function create_errors (invs , n ) result(errs)
4545 ! ! Create a number of errors
4646 ! !
47- ! ! If an odd number is supplied, the error code is no error (TODO: cross-ref) .
48- ! ! If an even number is supplied, the error code is 1 .
49- ! ! If a negative number is supplied, the error code is 2 .
47+ ! > If an odd number is supplied, the error code is [[m_error_v:NO_ERROR_CODE(variable)]] .
48+ ! > If an even number is supplied, the error code is `1` .
49+ ! > If a negative number is supplied, the error code is `2` .
5050
5151 integer , dimension (n), intent (in ) :: invs
5252 ! ! Values to use to create the error
0 commit comments