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
Branches
Tags
1 merge request!16CMake Interaction Update
Pipeline #73078 passed with stages
in 1 minute and 30 seconds
This commit is part of merge request !16. Comments created here will be created in the context of that merge request.
...@@ -30,7 +30,3 @@ Categories, Parameter Types, and Special Values ...@@ -30,7 +30,3 @@ Categories, Parameter Types, and Special Values
.. autoclass:: ClangFormatOptions .. autoclass:: ClangFormatOptions
:members: :members:
Option Descriptors
------------------
.. autoclass:: Option
...@@ -77,9 +77,9 @@ class ClangFormatOptions(ConfigBase): ...@@ -77,9 +77,9 @@ class ClangFormatOptions(ConfigBase):
"""Options affecting the invocation of ``clang-format`` for automatic code formatting.""" """Options affecting the invocation of ``clang-format`` for automatic code formatting."""
code_style: BasicOption[str] = BasicOption("file") 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. tree will automatically be used.
""" """
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment