From 501922e46160b0d0f9d3bf60f42f23b8397de795 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Tue, 2 Sep 2014 02:01:42 +0200 Subject: m doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/lib/libgamma-facade.c.gpp | 46 +++++++++++++++++++++---------------------- src/lib/libgamma-facade.h | 40 ++++++++++++++++++------------------- 2 files changed, 43 insertions(+), 43 deletions(-) (limited to 'src/lib') diff --git a/src/lib/libgamma-facade.c.gpp b/src/lib/libgamma-facade.c.gpp index a1e8538..2b083de 100644 --- a/src/lib/libgamma-facade.c.gpp +++ b/src/lib/libgamma-facade.c.gpp @@ -406,7 +406,7 @@ $>switch this.method return site_restore this * * @param this The partition state to initialise. * @param site The site state for the site that the partition belongs to. - * @param partition The the index of the partition within the site. + * @param partition The index of the partition within the site. * @return Zero on success, otherwise (negative) the value of an * error identifier provided by this library. */ @@ -462,7 +462,7 @@ $>switch this.site.method return partition_restore this * * @param this The CRTC state to initialise. * @param partition The partition state for the partition that the CRTC belongs to. - * @param crtc The the index of the CRTC within the partition. + * @param crtc The index of the CRTC within the partition. * @return Zero on success, otherwise (negative) the value of an * error identifier provided by this library. */ @@ -941,9 +941,9 @@ $>crtc_set_get_gamma_ramps set rampsd float_double -2 * @param 1 The data type for the ramp stop elements. * @param 2 The `ramp*` pattern for the ramp structure and function to call. * @param this The CRTC state. - * @param red_function The function that generates the the gamma ramp for the red channel. - * @param green_function The function that generates the the gamma ramp for the green channel. - * @param blue_function The function that generates the the gamma ramp for the blue channel. + * @param red_function The function that generates the gamma ramp for the red channel. + * @param green_function The function that generates the gamma ramp for the green channel. + * @param blue_function The function that generates the gamma ramp for the blue channel. * @return Zero on success, otherwise (negative) the value of an * error identifier provided by this library. */ @@ -1005,9 +1005,9 @@ $>} * Note that this will probably involve the library allocating temporary data. * * @param this The CRTC state. - * @param red_function The function that generates the the gamma ramp for the red channel. - * @param green_function The function that generates the the gamma ramp for the green channel. - * @param blue_function The function that generates the the gamma ramp for the blue channel. + * @param red_function The function that generates the gamma ramp for the red channel. + * @param green_function The function that generates the gamma ramp for the green channel. + * @param blue_function The function that generates the gamma ramp for the blue channel. * @return Zero on success, otherwise (negative) the value of an * error identifier provided by this library. */ @@ -1020,9 +1020,9 @@ $>crtc_set_gamma_ramps_f uint8_t ramps8 * Note that this will probably involve the library allocating temporary data. * * @param this The CRTC state. - * @param red_function The function that generates the the gamma ramp for the red channel. - * @param green_function The function that generates the the gamma ramp for the green channel. - * @param blue_function The function that generates the the gamma ramp for the blue channel. + * @param red_function The function that generates the gamma ramp for the red channel. + * @param green_function The function that generates the gamma ramp for the green channel. + * @param blue_function The function that generates the gamma ramp for the blue channel. * @return Zero on success, otherwise (negative) the value of an * error identifier provided by this library. */ @@ -1035,9 +1035,9 @@ $>crtc_set_gamma_ramps_f uint16_t ramps16 * Note that this will probably involve the library allocating temporary data. * * @param this The CRTC state. - * @param red_function The function that generates the the gamma ramp for the red channel. - * @param green_function The function that generates the the gamma ramp for the green channel. - * @param blue_function The function that generates the the gamma ramp for the blue channel. + * @param red_function The function that generates the gamma ramp for the red channel. + * @param green_function The function that generates the gamma ramp for the green channel. + * @param blue_function The function that generates the gamma ramp for the blue channel. * @return Zero on success, otherwise (negative) the value of an * error identifier provided by this library. */ @@ -1050,9 +1050,9 @@ $>crtc_set_gamma_ramps_f uint32_t ramps32 * Note that this will probably involve the library allocating temporary data. * * @param this The CRTC state. - * @param red_function The function that generates the the gamma ramp for the red channel. - * @param green_function The function that generates the the gamma ramp for the green channel. - * @param blue_function The function that generates the the gamma ramp for the blue channel. + * @param red_function The function that generates the gamma ramp for the red channel. + * @param green_function The function that generates the gamma ramp for the green channel. + * @param blue_function The function that generates the gamma ramp for the blue channel. * @return Zero on success, otherwise (negative) the value of an * error identifier provided by this library. */ @@ -1065,9 +1065,9 @@ $>crtc_set_gamma_ramps_f uint64_t ramps64 * Note that this will probably involve the library allocating temporary data. * * @param this The CRTC state. - * @param red_function The function that generates the the gamma ramp for the red channel. - * @param green_function The function that generates the the gamma ramp for the green channel. - * @param blue_function The function that generates the the gamma ramp for the blue channel. + * @param red_function The function that generates the gamma ramp for the red channel. + * @param green_function The function that generates the gamma ramp for the green channel. + * @param blue_function The function that generates the gamma ramp for the blue channel. * @return Zero on success, otherwise (negative) the value of an * error identifier provided by this library. */ @@ -1080,9 +1080,9 @@ $>crtc_set_gamma_ramps_f float rampsf * Note that this will probably involve the library allocating temporary data. * * @param this The CRTC state. - * @param red_function The function that generates the the gamma ramp for the red channel. - * @param green_function The function that generates the the gamma ramp for the green channel. - * @param blue_function The function that generates the the gamma ramp for the blue channel. + * @param red_function The function that generates the gamma ramp for the red channel. + * @param green_function The function that generates the gamma ramp for the green channel. + * @param blue_function The function that generates the gamma ramp for the blue channel. * @return Zero on success, otherwise (negative) the value of an * error identifier provided by this library. */ diff --git a/src/lib/libgamma-facade.h b/src/lib/libgamma-facade.h index 92a2b42..a36abca 100644 --- a/src/lib/libgamma-facade.h +++ b/src/lib/libgamma-facade.h @@ -186,7 +186,7 @@ int libgamma_site_restore(libgamma_site_state_t* restrict this); * * @param this The partition state to initialise. * @param site The site state for the site that the partition belongs to. - * @param partition The the index of the partition within the site. + * @param partition The index of the partition within the site. * @return Zero on success, otherwise (negative) the value of an * error identifier provided by this library. */ @@ -223,7 +223,7 @@ int libgamma_partition_restore(libgamma_partition_state_t* restrict this); * * @param this The CRTC state to initialise. * @param partition The partition state for the partition that the CRTC belongs to. - * @param crtc The the index of the CRTC within the partition. + * @param crtc The index of the CRTC within the partition. * @return Zero on success, otherwise (negative) the value of an * error identifier provided by this library. */ @@ -467,9 +467,9 @@ int libgamma_crtc_set_gamma_rampsd(libgamma_crtc_state_t* restrict this, * Note that this will probably involve the library allocating temporary data. * * @param this The CRTC state. - * @param red_function The function that generates the the gamma ramp for the red channel. - * @param green_function The function that generates the the gamma ramp for the green channel. - * @param blue_function The function that generates the the gamma ramp for the blue channel. + * @param red_function The function that generates the gamma ramp for the red channel. + * @param green_function The function that generates the gamma ramp for the green channel. + * @param blue_function The function that generates the gamma ramp for the blue channel. * @return Zero on success, otherwise (negative) the value of an * error identifier provided by this library. */ @@ -484,9 +484,9 @@ int libgamma_crtc_set_gamma_ramps8_f(libgamma_crtc_state_t* restrict this, * Note that this will probably involve the library allocating temporary data. * * @param this The CRTC state. - * @param red_function The function that generates the the gamma ramp for the red channel. - * @param green_function The function that generates the the gamma ramp for the green channel. - * @param blue_function The function that generates the the gamma ramp for the blue channel. + * @param red_function The function that generates the gamma ramp for the red channel. + * @param green_function The function that generates the gamma ramp for the green channel. + * @param blue_function The function that generates the gamma ramp for the blue channel. * @return Zero on success, otherwise (negative) the value of an * error identifier provided by this library. */ @@ -501,9 +501,9 @@ int libgamma_crtc_set_gamma_ramps16_f(libgamma_crtc_state_t* restrict this, * Note that this will probably involve the library allocating temporary data. * * @param this The CRTC state. - * @param red_function The function that generates the the gamma ramp for the red channel. - * @param green_function The function that generates the the gamma ramp for the green channel. - * @param blue_function The function that generates the the gamma ramp for the blue channel. + * @param red_function The function that generates the gamma ramp for the red channel. + * @param green_function The function that generates the gamma ramp for the green channel. + * @param blue_function The function that generates the gamma ramp for the blue channel. * @return Zero on success, otherwise (negative) the value of an * error identifier provided by this library. */ @@ -518,9 +518,9 @@ int libgamma_crtc_set_gamma_ramps32_f(libgamma_crtc_state_t* restrict this, * Note that this will probably involve the library allocating temporary data. * * @param this The CRTC state. - * @param red_function The function that generates the the gamma ramp for the red channel. - * @param green_function The function that generates the the gamma ramp for the green channel. - * @param blue_function The function that generates the the gamma ramp for the blue channel. + * @param red_function The function that generates the gamma ramp for the red channel. + * @param green_function The function that generates the gamma ramp for the green channel. + * @param blue_function The function that generates the gamma ramp for the blue channel. * @return Zero on success, otherwise (negative) the value of an * error identifier provided by this library. */ @@ -535,9 +535,9 @@ int libgamma_crtc_set_gamma_ramps64_f(libgamma_crtc_state_t* restrict this, * Note that this will probably involve the library allocating temporary data. * * @param this The CRTC state. - * @param red_function The function that generates the the gamma ramp for the red channel. - * @param green_function The function that generates the the gamma ramp for the green channel. - * @param blue_function The function that generates the the gamma ramp for the blue channel. + * @param red_function The function that generates the gamma ramp for the red channel. + * @param green_function The function that generates the gamma ramp for the green channel. + * @param blue_function The function that generates the gamma ramp for the blue channel. * @return Zero on success, otherwise (negative) the value of an * error identifier provided by this library. */ @@ -552,9 +552,9 @@ int libgamma_crtc_set_gamma_rampsf_f(libgamma_crtc_state_t* restrict this, * Note that this will probably involve the library allocating temporary data. * * @param this The CRTC state. - * @param red_function The function that generates the the gamma ramp for the red channel. - * @param green_function The function that generates the the gamma ramp for the green channel. - * @param blue_function The function that generates the the gamma ramp for the blue channel. + * @param red_function The function that generates the gamma ramp for the red channel. + * @param green_function The function that generates the gamma ramp for the green channel. + * @param blue_function The function that generates the gamma ramp for the blue channel. * @return Zero on success, otherwise (negative) the value of an * error identifier provided by this library. */ -- cgit v1.2.3-70-g09d2