Split DocStringParsing in two stages

one requiring type info in the next step
This commit is contained in:
Mathias Baumann
2021-06-07 14:49:46 +02:00
parent 1f8f1a3db9
commit aae9d347aa
4 changed files with 77 additions and 46 deletions
+2 -2
View File
@@ -1274,7 +1274,7 @@ BOOST_AUTO_TEST_CASE(dev_default_inherit_variable)
char const *natspec1 = R"ABCDEF({
"methods" : {},
"stateVariables" :
"stateVariables" :
{
"x" :
{
@@ -1340,7 +1340,7 @@ BOOST_AUTO_TEST_CASE(dev_explicit_inherit_variable)
char const *natspec1 = R"ABCDEF({
"methods" : {},
"stateVariables" :
"stateVariables" :
{
"x" :
{