aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGravatar Mauro Carvalho Chehab <mchehab+huawei@kernel.org> 2020-11-26 13:55:39 +0100
committerGravatar Mauro Carvalho Chehab <mchehab+huawei@kernel.org> 2020-11-26 14:19:10 +0100
commit4fe21dec6c2830dfcad107ff1ba050c7328f122b (patch)
tree7a5c97e657eb074da80d1652a9ca95edca30a726 /include
parentmedia: docs: uAPI: rc: dual-license the docs with GPL v2 (diff)
downloadlinux-4fe21dec6c2830dfcad107ff1ba050c7328f122b.tar.gz
linux-4fe21dec6c2830dfcad107ff1ba050c7328f122b.tar.bz2
linux-4fe21dec6c2830dfcad107ff1ba050c7328f122b.zip
media: rc: improve LIRC documentation
Add documentation for enum rc_proto and struct lirc_scancode at the generated docs. Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> Signed-off-by: Sean Young <sean@mess.org>
Diffstat (limited to 'include')
-rw-r--r--include/uapi/linux/lirc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uapi/linux/lirc.h b/include/uapi/linux/lirc.h
index bf0672a6d341..c45a4eaea667 100644
--- a/include/uapi/linux/lirc.h
+++ b/include/uapi/linux/lirc.h
@@ -139,7 +139,7 @@
*/
#define LIRC_GET_REC_TIMEOUT _IOR('i', 0x00000024, __u32)
-/*
+/**
* struct lirc_scancode - decoded scancode with protocol for use with
* LIRC_MODE_SCANCODE
*