Documentation: Wrap extended doc_install_dir line
The doc_install_dir is longer than 80 chars. Wrap it accordingly. Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
doc_install_dir = join_paths(get_option('datadir'), 'doc', 'libcamera-@0@'.format(meson.project_version()))
|
||||
doc_install_dir = join_paths(get_option('datadir'), 'doc',
|
||||
'libcamera-@0@'.format(meson.project_version()))
|
||||
|
||||
#
|
||||
# Doxygen
|
||||
|
||||
Reference in New Issue
Block a user