~ubuntu-branches/debian/squeeze/elisa/squeeze

« back to all changes in this revision

Viewing changes to builddoc.sh

  • Committer: Bazaar Package Importer
  • Author(s): Loic Minier
  • Date: 2007-06-25 14:08:21 UTC
  • Revision ID: james.westby@ubuntu.com-20070625140821-nq0yskdi51xc9ogj
Tags: upstream-0.1.7
ImportĀ upstreamĀ versionĀ 0.1.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
#
 
3
#Generate html doc from project source files
 
4
#see http://epydoc.sourceforge.net/
 
5
 
 
6
rm -rf docs/api/*
 
7
epydoc -v --parse-only --graph=all --html --docformat=restructuredtext -o docs/api elisa/core