Created
March 27, 2015 22:27
-
-
Save jimmyz/f1a6cf18dc114850a881 to your computer and use it in GitHub Desktop.
ApiGen command for the gedcomx-php project
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apigenb generate -s gedcomx-php/src -d gedcomx-php-docs/docs --access-levels="public" --title="gedcomx-php" --template-config="../../ThemeBootstrap/src/config.neon" --download |
I checked the gedcomx-php project into two directories:
- gedcomx-php
- gedcomx-php-docs
I used the gedcomx-php-docs to checkout the gh-pages branch so that I could keep that in the working directory as I generated the docs.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
apigen
binary isapigenb
in this case because I'm used the beta version and I named itapigenb
to have both binaries available on my machine.