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
When there is any kind of error in the mrdocs tool execution, it produces:
An issue occurred during execution.
If you believe this is a bug, please report it at https://github.com/cppalliance/mrdocs/issues
with the following details:
MrDocs Version: 0.8.0 (Build: ad5dbb241f9bfa2088e0163a7396f45ad586f9fa)
Reported From: `src/lib/Metadata/Finalizers/DocCommentFinalizer.cpp` at line 1721
This happens regardless if this was an internal error, or if this is a user error, for example an undocumented entity warning, with warnings as errors enabled.
Ideally this kind of message should only be produced for internal errors, and we should trust that user errors are not mrdocs' problem.