diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-05-28 04:58:51 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-05-28 04:58:51 +0200 |
commit | d8c194e3868ff7cc74e6b990e458a1814814c427 (patch) | |
tree | 477fdd9e6cb21a2c67c62fbfb6d7565a4eb51c79 /src/edid.c | |
parent | on GAMMA_METHOD_MAX and GAMMA_METHOD_COUNT (diff) | |
download | libgamma-d8c194e3868ff7cc74e6b990e458a1814814c427.tar.gz libgamma-d8c194e3868ff7cc74e6b990e458a1814814c427.tar.bz2 libgamma-d8c194e3868ff7cc74e6b990e458a1814814c427.tar.xz |
change doc style to one appropriate for manuals
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src/edid.c')
-rw-r--r-- | src/edid.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -24,13 +24,13 @@ /** - * Parse the EDID of a monitor + * Parse the EDID of a monitor. * * @param this Instance of a data structure to fill with the information about the EDID. * It must contain the EDID and its length. * @param feilds OR:ed identifiers for the information about the EDID that should be parsed. * Fields that do not have to do with EDID are ignored. - * @return Non-zero on error + * @return Non-zero on error. */ int libgamma_parse_edid(libgamma_crtc_information_t* restrict this, int32_t fields) { |