Skip to content

Commit 0b2b1e8

Browse files
committed
Added verbose flag to epydoc command
1 parent 4d0fb14 commit 0b2b1e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

makedoc.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/sh
22

3-
epydoc -n "pygene - Python genetic algorithms" -o doc pygene/
3+
epydoc -vn "pygene - Python genetic algorithms" -o doc pygene/
44

0 commit comments

Comments
 (0)