Skip to content
Snippets Groups Projects
Commit 460b48fa authored by Frederik Hennig's avatar Frederik Hennig
Browse files

minor fixes to the docs

parent b5a826f6
No related branches found
No related tags found
1 merge request!16CMake Interaction Update
Pipeline #73078 passed
......@@ -30,7 +30,3 @@ Categories, Parameter Types, and Special Values
.. autoclass:: ClangFormatOptions
:members:
Option Descriptors
------------------
.. autoclass:: Option
......@@ -77,9 +77,9 @@ class ClangFormatOptions(ConfigBase):
"""Options affecting the invocation of ``clang-format`` for automatic code formatting."""
code_style: BasicOption[str] = BasicOption("file")
"""Code style to be used by clang-format. Passed verbatim to `--style` argument of the clang-format CLI.
"""Code style to be used by clang-format. Passed verbatim to ``--style`` argument of the clang-format CLI.
Similar to clang-format itself, the default value is `file`, such that a `.clang-format` file found in the build
Similar to clang-format itself, the default value is ``file``, such that a ``.clang-format`` file found in the build
tree will automatically be used.
"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment