diff options
author | Sam Ravnborg <sam@ravnborg.org> | 2020-07-19 10:07:35 +0200 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2020-07-20 10:26:22 +0100 |
commit | 5ab4246cfc6f62cd0eb4c95a029e6fa7f29b3984 (patch) | |
tree | cd8533ec9359a6a65925da80b5943c350381accc /Documentation/gpu/backlight.rst | |
parent | a1230eb2e3f44ebd1b59c547491e0c480b44aff3 (diff) | |
download | lwn-5ab4246cfc6f62cd0eb4c95a029e6fa7f29b3984.tar.gz lwn-5ab4246cfc6f62cd0eb4c95a029e6fa7f29b3984.zip |
doc-rst: Wire-up Backlight kernel-doc documentation
Include backlight so the documentation is now generated with make
htmldocs and friends.
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Reviewed-by: Daniel Thompson <daniel.thompson@linaro.org>
Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'Documentation/gpu/backlight.rst')
-rw-r--r-- | Documentation/gpu/backlight.rst | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Documentation/gpu/backlight.rst b/Documentation/gpu/backlight.rst new file mode 100644 index 000000000000..9ebfc9d0aced --- /dev/null +++ b/Documentation/gpu/backlight.rst @@ -0,0 +1,12 @@ +================= +Backlight support +================= + +.. kernel-doc:: drivers/video/backlight/backlight.c + :doc: overview + +.. kernel-doc:: include/linux/backlight.h + :internal: + +.. kernel-doc:: drivers/video/backlight/backlight.c + :export: |