mirror of
https://github.com/oDinZu/callirhoe.git
synced 2025-02-22 00:04:52 -05:00
fixed bug with auto prefix (was missing when photos were reused without sampling) started providing epydoc git-svn-id: https://callirhoe.googlecode.com/svn/trunk@154 81c8bb96-aa45-f2e2-0eef-c4fa4a15c6df
4 lines
153 B
Bash
Executable File
4 lines
153 B
Bash
Executable File
#!/bin/bash
|
|
[[ "$#" -gt 0 ]] && ITEMS="$@" || ITEMS="callirhoe.py calmagick.py lib layouts lang geom style"
|
|
epydoc-2.7 -v --html -o callirhoe_doc $ITEMS
|