Decl styling, more nodes and C++ conversion

This commit is contained in:
Jakob Lykke Andersen
2021-03-16 20:02:26 +01:00
parent 32337c3ba7
commit 14f7d243bd
6 changed files with 381 additions and 237 deletions

View File

@@ -258,10 +258,10 @@ def test_missing_reference_cppdomain(tempdir, app, status, warning):
'<span class="pre">Bar</span></code></a>' in html)
assert ('<a class="reference external"'
' href="https://docs.python.org/index.html#foons"'
' title="(in foo v2.0)"><span class="pre">foons</span></a>' in html)
' title="(in foo v2.0)"><span class="n">foons</span></a>' in html)
assert ('<a class="reference external"'
' href="https://docs.python.org/index.html#foons_bartype"'
' title="(in foo v2.0)"><span class="pre">bartype</span></a>' in html)
' title="(in foo v2.0)"><span class="n">bartype</span></a>' in html)
def test_missing_reference_jsdomain(tempdir, app, status, warning):