X-Git-Url: https://git.libre-soc.org/?p=pinmux.git;a=blobdiff_plain;f=Makefile;h=746f0c8a9d9334a35aeff094695052709b92fb5b;hp=0ef674ee233e3ee5df650637c57e21ec793da1b5;hb=HEAD;hpb=14591559fe5762b231b8f13c964babb57cde40b9 diff --git a/Makefile b/Makefile index 0ef674e..746f0c8 100644 --- a/Makefile +++ b/Makefile @@ -22,3 +22,9 @@ clean: pep8: autopep8 -a -a -a --experimental -r -i src + +epydoc: + cd src && epydoc -o ../html -v --show-imports \ + --inheritance listed --graph all \ + pinmux_generator.py spec/ bsv/ +