Sha256: f87adff3acb624347263df1124c5d89d053b0f67c1021f5ae6dbc7d8366429fd

Contents?: true

Size: 295 Bytes

Versions: 2

Compression:

Stored size: 295 Bytes

Contents

#!/usr/bin/env bash
rm -rf docs # Or the test suite will get stuck asking about conflicts
bundle exec omnidoc code2doc java --destination=docs/code2doc/java
bundle exec omnidoc code2doc python --destination=docs/code2doc/python
bundle exec omnidoc code2doc ruby --destination=docs/code2doc/ruby

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
omnitest-0.2.2 samples/code2doc.sh
omnitest-0.2.1 samples/code2doc.sh