The phpDocumentor2-generated API-doc for qcubed.
- Place
root/api_update.sh
androot/api_update_silent.sh
scripts in the/root/
directory on the qcu.be server. - Place the
etc/api_update.daily
script in the/etc/cron.daily/
directory on the qcu.be server.
Congratulations! The api.qcu.be autoupdate is enabled now!
- Install the phpDocumentor
- Clone the
feature-apidoc
branch from the qcubed repo - Run the
phpdoc -d . -t doc
command in the repo for thefeature-apidoc
branch. Thedoc
directory would be created here. - Delete all contents in the
en
directory:rm -rf en/*
- Copy newly generated docs here:
cp -r feature-apidoc-dir/doc/* en/
- See newly added files and other changes, add/commit/push it with git