This is an automated email from the git hooks/post-receive script. timystery pushed a commit to branch master in repository panel-plugins/xfce4-sensors-plugin.
commit d0dc4256d85f376b99b356c38c3fa007ef8afce8 Author: Fabian <[email protected]> Date: Wed Apr 19 16:51:01 2017 +0200 Corrected doxygen documentation for nvidia header --- include/nvidia.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/include/nvidia.h b/include/nvidia.h index 3158c9f..e52c1a3 100644 --- a/include/nvidia.h +++ b/include/nvidia.h @@ -30,23 +30,23 @@ /** * Initialize nvidia sensor - * @param chips: Pointer to pointer array to chips + * @param arr_ptr_chips: Pointer to pointer array to chips * @return number of detected chip features */ int initialize_nvidia (GPtrArray *arr_ptr_chips); /** * Refresh an nvidia chip's feature - * @param chip_feature: Pointer to chip feature to refresh - * @param data: currently unused + * @param ptr_chipfeature: Pointer to chip feature to refresh + * @param ptr_unused: currently unused */ void refresh_nvidia (gpointer ptr_chipfeature, gpointer ptr_unused); /** * Read the temperature value from GPU - * @param gpu: index of GPU to read its value + * @param idx_gpu: index of GPU to read its value * @return temperature value */ -double get_nvidia_value (int gpu); +double get_nvidia_value (int idx_gpu); #endif /* XFCE4_SENSORS_NVIDIA_H */ -- To stop receiving notification emails like this one, please contact the administrator of this repository. _______________________________________________ Xfce4-commits mailing list [email protected] https://mail.xfce.org/mailman/listinfo/xfce4-commits
