You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[...] WARNING: Error in type declaration.
If typedef-like declaration:
Type must be either just a name or a typedef-like declaration.
If just a name:
Error in declarator or parameters-and-qualifiers
Invalid C++ declaration: Expected identifier in nested name. [error at 0]
^
If typedef-like declaration:
Invalid C++ declaration: Expected identifier in nested name. [error at 0]
^
If type alias or template alias:
Invalid C++ declaration: Expected identifier in nested name. [error at 0]
^
Exception occurred:
File "/usr/lib/python3/dist-packages/breathe/renderer/sphinxrenderer.py", line 710, in handle_declaration
assert isinstance(n, addnodes.desc_sig_keyword)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError
When using anonymous namespaces like:
I get the following error:
The following works though:
Environment:
The text was updated successfully, but these errors were encountered: