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
Describe the bug
When using more complex math (e.g. matrixes), doxysphinx seems to skip the respective hpp/cpp files without an error message.
To Reproduce
Steps to reproduce the behavior:
Drop the attached source file in demo/demo/src
Build the documentation
Build will succeed without additional error messages
File is not included in the demo section
Expected behavior
The file should be registered and the formulae should be rendered correctly.
I've attached an rst file that shows that the formula is correct and can be rendered when directly used in rst.
Desktop (please complete the following information):
Seems like this issue is caused by doxygen but has been fixed with the latest release. I tried building the example with the fixes supplied with #141 and everything worked fine.
Update: I've found the culprit of this issue. \dot is a Doxygen command that should usually not be resolved inside verbatims.
I've retried again with Doxygen 1.9.8 vs 1.11.0 and it really seems like my initial comment was correct, when using 1.11.0, the issue does not occur anymore.
Describe the bug
When using more complex math (e.g. matrixes), doxysphinx seems to skip the respective hpp/cpp files without an error message.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The file should be registered and the formulae should be rendered correctly.
I've attached an rst file that shows that the formula is correct and can be rendered when directly used in rst.
Desktop (please complete the following information):
Example files
math_example.zip
The text was updated successfully, but these errors were encountered: