Loading generateSpecWebSite/markdownTools.py +1 −0 Original line number Diff line number Diff line Loading @@ -308,6 +308,7 @@ class Document: After the update, the clauses are stored in the document object. """ printInfo('Updating links in clauses') veryVerbose = True # Build the link target dictionary. Mapping anchor -> clause linkTargets:dict[str, Clause] = {} Loading Loading
generateSpecWebSite/markdownTools.py +1 −0 Original line number Diff line number Diff line Loading @@ -308,6 +308,7 @@ class Document: After the update, the clauses are stored in the document object. """ printInfo('Updating links in clauses') veryVerbose = True # Build the link target dictionary. Mapping anchor -> clause linkTargets:dict[str, Clause] = {} Loading