We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a910676 commit e42f769Copy full SHA for e42f769
sphinx_autodoc_vyper/generator.py
@@ -3,7 +3,7 @@
3
import os
4
from typing import List
5
6
-from .parser import Contract, Function
+from .parser import Contract, Function, Struct
7
8
INDEX_RST = """Vyper Smart Contracts Documentation
9
================================
0 commit comments