/Users/me/myapp/docs/index.rst:35: WARNING: Failed to find xref for: IActionResult, no objects found that end like this, searched in object types: ['class', 'struct', 'interface', 'function', 'var', 'event', 'enum']
/Users/me/myapp/docs/index.rst:35: WARNING: Failed to find xref for: CancellationToken, no objects found that end like this, searched in object types: ['class', 'struct', 'interface', 'function', 'var', 'event', 'enum']
/Users/me/myapp/docs/index.rst:35: WARNING: Failed to find xref for: ILogger, no objects found that end like this, searched in object types: ['class', 'struct', 'interface', 'function', 'var', 'event', 'enum']
Is this a doxygen issue or an issue with this sphinx plugin? Is it not able to find the libraries for these classes or something?
I'm seeing a bunch of WARNINGs like this when using
doxygenindexin my rst:Is this a doxygen issue or an issue with this sphinx plugin? Is it not able to find the libraries for these classes or something?