C++ docs: fix warning about misplaced ::note::

We don't really need it and in fact don't even want the light bulb style,
even if it worked :)
This commit is contained in:
Simon Hausmann 2021-07-02 12:32:24 +02:00
parent f8abd57c3b
commit a77fbcc310

View file

@ -43,8 +43,6 @@ exhale_args = {
"rootFileName": "library_root.rst",
"rootFileTitle": "C++ API Reference",
"afterTitleDescription": textwrap.dedent('''
.. note::
The following sections present the C++ API Reference. All types are
within the :ref:`sixtyfps<namespace_sixtyfps>` namespace and are accessible by including
the :code:`sixtyfps.h` header file.