Skip to content

Commit

Permalink
Fixing docs target
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel committed Oct 21, 2010
1 parent 40f8af5 commit aac6701
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Classes/YAJL.h
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -37,6 +37,14 @@
@mainpage YAJL @mainpage YAJL
The YAJL framework is an Objective-C wrapper around the http://lloyd.github.com/yajl/ SAX-style JSON parser. The YAJL framework is an Objective-C wrapper around the http://lloyd.github.com/yajl/ SAX-style JSON parser.
@section Links
Source: http://github.com/gabriel/yajl-objc
View docs online: http://gabriel.github.com/yajl-objc/
YAJL C docs: http://lloyd.github.com/yajl/
@section Usage Usage @section Usage Usage
Expand Down
2 changes: 2 additions & 0 deletions Makefile
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@ docs-gh: docs
git checkout gh-pages git checkout gh-pages
cp -R Documentation/html/* . cp -R Documentation/html/* .
rm -rf Documentation rm -rf Documentation
git commit -a -m 'Updating docs' && git push origin gh-pages
git checkout master


0 comments on commit aac6701

Please sign in to comment.