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 using more complex C++ syntax some of the generated links are not quite right. This leads to warnings such as:
INFO - Doc file 'gyselalibxx/classFluidMoments.md' contains a link '#function-operator()-16', but there is no such anchor on this page.
INFO - Doc file 'gyselalibxx/classFluidMoments.md' contains a link '#function-operator()-26', but there is no such anchor on this page.
INFO - Doc file 'gyselalibxx/classFluidMoments.md' contains a link '#function-operator()-36', but there is no such anchor on this page.
INFO - Doc file 'gyselalibxx/classFluidMoments.md' contains a link '#function-operator()-46', but there is no such anchor on this page.
INFO - Doc file 'gyselalibxx/classFluidMoments.md' contains a link '#function-operator()-56', but there is no such anchor on this page.
INFO - Doc file 'gyselalibxx/classFluidMoments.md' contains a link '#function-operator()-66', but there is no such anchor on this page.
INFO - Doc file 'gyselalibxx/vector__field_8hpp.md' contains a link '#variable-enable_borrowed_vector_field<-vectorfield<-elementtype,-idxrangetype,-vectorindexsettype,-memoryspace,-layoutstridedpolicy->->', but there is
no such anchor on this page.
The first and last problems are related to the markdown generation and have easy fixes (I will open a PR shortly). The problem with operator- seems to come during the translation from markdown to HTML but I have not yet found where this is done
The problem with operator- is not due to the translation, it is just that unlike all other special characters in the operators - is preserved in the anchor
Uh oh!
There was an error while loading. Please reload this page.
When using more complex C++ syntax some of the generated links are not quite right. This leads to warnings such as:
In my repo, I can see the problem for:
operator()
(missing inMkDoxy/mkdoxy/constants.py
Lines 3 to 44 in fa86010
operator-
operator-=
The text was updated successfully, but these errors were encountered: