callirhoe/mkdoc
geortz@gmail.com b8be327743 cache entropy data when more than 16% of photos is reused
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
2014-10-02 10:53:05 +00:00

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