Skip to content

Commit c6efa70

Browse files
committed
docs: update Function and FunctionDeclaration class documentation
1 parent f22a41f commit c6efa70

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

docs/classes/scubatrace.Function.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,9 @@
33

44
.. autoclass:: scubatrace.Function
55
:members:
6-
:show-inheritance:
6+
:show-inheritance:
7+
8+
9+
.. autoclass:: scubatrace.FunctionDeclaration
10+
:members:
11+
:show-inheritance:

scubatrace/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
from .parser import Parser
1717

1818
from .file import File
19-
from .function import Function
19+
from .function import Function, FunctionDeclaration
2020
from .statement import Statement, SimpleStatement, BlockStatement
2121
from .identifier import Identifier

0 commit comments

Comments
 (0)