diff options
author | Jacopo Mondi <jacopo@jmondi.org> | 2018-12-10 11:32:05 +0100 |
---|---|---|
committer | Jacopo Mondi <jacopo@jmondi.org> | 2018-12-13 09:00:07 +0100 |
commit | ee5662240103bae0f9e644969d37d0a3e9c48d88 (patch) | |
tree | df8b63f977feeca0c516420f0cd0421bb10c6431 /Documentation/meson.build | |
parent | 3b56ddaa96fbccf4eada05d378ddaa1cb6209b57 (diff) |
Documentation: Add coding style document
Add document to summarize the coding style adopted by libcamera.
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>
Signed-off-by: Jacopo Mondi <jacopo@jmondi.org>
Diffstat (limited to 'Documentation/meson.build')
-rw-r--r-- | Documentation/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/meson.build b/Documentation/meson.build index d3ea5ea3..8264b5e6 100644 --- a/Documentation/meson.build +++ b/Documentation/meson.build @@ -41,6 +41,7 @@ endif if sphinx.found() docs_sources = [ + 'coding-style.rst', 'conf.py', 'contributing.rst', 'index.rst', |