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:
parent
843e4466cd
commit
0de1a9f318
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue