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
The declaration of these two functions causes Sphinx to chuck out the following error. As a result the functions are documented, but can't be linked to.
default: /vagrant/docs/reference/analyser_reference.rst:7: WARNING: Error when parsing function declaration:
default: If no return type {
default: Invalid definition: Expected identifier in nested name, got keyword: bool [error at 4]
default: bool Analyzer::configure(INIReader *config UNUSED)
default: ----^
default: } else if return type {
default: Invalid definition: Expecting "," or ")" in parameters_and_qualifiers, got "U". [error at 43]
default: bool Analyzer::configure(INIReader *config UNUSED)
default: -------------------------------------------^
default: }
default: /vagrant/docs/reference/analyser_reference.rst:7: WARNING: Error when parsing function declaration:
default: If no return type {
default: Invalid definition: Expected identifier in nested name, got keyword: void [error at 4]
default: void Analyzer::end_of_log(uint32_t packet_count UNUSED)
default: ----^
default: } else if return type {
default: Invalid definition: Expecting "," or ")" in parameters_and_qualifiers, got "U". [error at 48]
default: void Analyzer::end_of_log(uint32_t packet_count UNUSED)
default: ------------------------------------------------^
default: }
The text was updated successfully, but these errors were encountered:
The declaration of these two functions causes Sphinx to chuck out the following error. As a result the functions are documented, but can't be linked to.
The text was updated successfully, but these errors were encountered: