diff --git a/confluence/examples.par b/confluence/examples.par index 447a196d8..dd8b02afa 100644 --- a/confluence/examples.par +++ b/confluence/examples.par @@ -24,6 +24,7 @@ GRIB ( BUFR ( bufr_attributes bufr_clone + bufr_copy_data bufr_encode_flight bufr_expanded bufr_get_keys diff --git a/doxygen/process_python.pl b/doxygen/process_python.pl index b7b39bfae..a74fd816c 100755 --- a/doxygen/process_python.pl +++ b/doxygen/process_python.pl @@ -50,7 +50,7 @@ while (<>) { s/\bgrib_get_double\b/codes_get_double/; s/\bgrib_set_long\b/codes_set_long/; s/\bgrib_set_double\b/codes_set_double/; - s/\bgrib_new_from_samples\b/codes_new_from_samples/; + s/\bgrib_new_from_samples\b/codes_grib_new_from_samples/; s/\bgrib_clone\b/codes_clone/; s/\bgrib_set_double_array\b/codes_set_double_array/; s/\bgrib_get_double_array\b/codes_get_double_array/;