Skip to content

Commit 01fe089

Browse files
committed
docs(API): Show inherited members
1 parent c32d8cc commit 01fe089

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/api.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ See examples below of git, mercurial, and subversion.
2020
.. automodule:: libvcs.git
2121
:members:
2222
:show-inheritance:
23+
:inherited-members:
2324
```
2425

2526
### Mercurial
@@ -30,6 +31,7 @@ aka ``hg(1)``
3031
.. automodule:: libvcs.hg
3132
:members:
3233
:show-inheritance:
34+
:inherited-members:
3335
```
3436

3537
### Subversion
@@ -40,6 +42,7 @@ aka ``svn(1)``
4042
.. automodule:: libvcs.svn
4143
:members:
4244
:show-inheritance:
45+
:inherited-members:
4346
```
4447

4548
### Under the hood

0 commit comments

Comments
 (0)