#!/bin/sh
(cd ..; tar czf docs/arch.tgz "{arch}")
rm -Rf "../{arch}"
rm -Rf ./html
mkdir -p ./html
phpdoc --directory ../Structures,./tutorials --target ./html --title "Structures_Graph Documentation" --output "HTML:frames" --defaultpackagename structures_graph --defaultcategoryname structures --pear
(cd ..; tar --absolute-names -xzf docs/arch.tgz)
#rm arch.tgz
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| html | Folder | 0755 |
|
|
| tutorials | Folder | 0755 |
|
|
| generate.sh | File | 365 B | 0644 |
|