Fixed makefile to not use lots of space on inherited function documentation.
This commit is contained in:
parent
6e4db7ebe4
commit
63d6347f37
|
@ -6,7 +6,7 @@ html:
|
||||||
@echo Generating epydoc html code documentation.
|
@echo Generating epydoc html code documentation.
|
||||||
@echo See epydoc-html.log for epydoc log.
|
@echo See epydoc-html.log for epydoc log.
|
||||||
@echo ----------------
|
@echo ----------------
|
||||||
epydoc --html -o html/ ../fluents ../workflows 2> epydoc-html.log
|
epydoc --html --inheritance listed -o html/ ../fluents 2> epydoc-html.log
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
-rm -rf html
|
-rm -rf html
|
||||||
|
|
Reference in New Issue