Skip to content

Instantly share code, notes, and snippets.

@nathansh
Created March 31, 2015 20:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nathansh/cb86d3831f70d3dd7981 to your computer and use it in GitHub Desktop.
Save nathansh/cb86d3831f70d3dd7981 to your computer and use it in GitHub Desktop.
apigen with multiple sources and options we should use
apigen generate -s wp-content/themes/mount-baker-theatre/includes -s wp-content/plugins/mount-baker-theatre/includes/ -d docs --todo --deprecated --internal --template-theme=bootstrap --title='Mount Baker Theatre'
@nathansh
Copy link
Author

Multiple sources -s used

Flags

  • --todo - Do compile @todos
  • --deprecated - Do compile @deprecated
  • --template-theme=bootstrap - Create docs with (old) Bootstrap
  • --title='Mount Baker Theatre' - Give the generated docs a title

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment