Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/m6w6/doxygen_gh-pages
Runs doxygen on the current checkout into your gh-pages branch
https://github.com/m6w6/doxygen_gh-pages
Last synced: 4 days ago
JSON representation
Runs doxygen on the current checkout into your gh-pages branch
- Host: GitHub
- URL: https://github.com/m6w6/doxygen_gh-pages
- Owner: m6w6
- License: bsd-2-clause
- Created: 2015-07-28T07:26:47.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-28T07:28:06.000Z (over 9 years ago)
- Last Synced: 2023-03-22T19:32:56.162Z (over 1 year ago)
- Language: Shell
- Size: 97.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Doxygen gh-pages
Runs doxygen on the current checkout into your gh-pages branch.
## Usage:
cd project.git
../doxygen_gh-pages.git/doxypages < Doxyfile
git push origin gh-pages## What it does:
* Creates a temporary workdir of the gh-pages branch with git-new-workdir
* Runs doxygen with `OUTPUT_DIRECTORY=$TEMPDIR`
* Commits changes to gh-pages
* Cleans up `$TEMPDIR`Simple enough, but I didn't want to maintain it in several different repos.
## Prerequisites:
* git
* git-new-workdir
* doxygen