Skip to content

Instantly share code, notes, and snippets.

@jimmyz
Created March 27, 2015 22:27
Show Gist options
  • Save jimmyz/f1a6cf18dc114850a881 to your computer and use it in GitHub Desktop.
Save jimmyz/f1a6cf18dc114850a881 to your computer and use it in GitHub Desktop.
ApiGen command for the gedcomx-php project
apigenb generate -s gedcomx-php/src -d gedcomx-php-docs/docs --access-levels="public" --title="gedcomx-php" --template-config="../../ThemeBootstrap/src/config.neon" --download
@jimmyz
Copy link
Author

jimmyz commented Mar 27, 2015

apigen binary is apigenb in this case because I'm used the beta version and I named it apigenb to have both binaries available on my machine.

@jimmyz
Copy link
Author

jimmyz commented Jul 16, 2015

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