diff --git a/doxygen/make_dox.sh b/doxygen/make_dox.sh index bc303078b..a1cffdfdd 100755 --- a/doxygen/make_dox.sh +++ b/doxygen/make_dox.sh @@ -20,8 +20,13 @@ doxygen grib_api_wiz.cfg # Do not copy this. Use default generated doxygen.css # cp doxygen.css ../html/ +# Change the links from example code back to confluence # ./convert_links.sh +# Note: +# May have to edit html/interfaceeccodes_1_1codes__set.html +# to remove the weird */ inserted for subroutine 'codes_set_string' + # Remove temp files rm -f eccodes.h rm -f ecCodes.py diff --git a/fortran/eccodes_f90_tail.f90 b/fortran/eccodes_f90_tail.f90 index b037d3cb7..aa474e3fd 100644 --- a/fortran/eccodes_f90_tail.f90 +++ b/fortran/eccodes_f90_tail.f90 @@ -2159,13 +2159,13 @@ subroutine codes_set_force_real8_array ( msgid, key, value, status) end subroutine codes_set_force_real8_array !> @endcond - !> Set the character value for a string key in a grib message. + !> Set the character value for a string key in a message. !> !> In case of error, if the status parameter (optional) is not given, the program will !> exit with an error message.\n Otherwise the error message can be !> gathered with @ref codes_get_error_string. !> - !> @param msgid id of the grib loaded in memory + !> @param msgid id of the message loaded in memory !> @param key key name !> @param value character value !> @param status CODES_SUCCESS if OK, integer value on error diff --git a/html/interfaceeccodes_1_1codes__set.html b/html/interfaceeccodes_1_1codes__set.html index d6a7c4410..2b718810a 100644 --- a/html/interfaceeccodes_1_1codes__set.html +++ b/html/interfaceeccodes_1_1codes__set.html @@ -109,7 +109,7 @@ Public Member Functions
*/
Set the character value for a string key in a grib message.
In case of error, if the status parameter (optional) is not given, the program will exit with an error message.
Otherwise the error message can be gathered with codes_get_error_string.