From 77e38b08489483a24b97aa000305bf78e5125c0e Mon Sep 17 00:00:00 2001 From: Shahram Najm Date: Thu, 22 Dec 2016 14:09:07 +0000 Subject: [PATCH] Examples/Documentation --- confluence/examples.par | 1 + doxygen/process_python.pl | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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/;