Skip to content

Commit

Permalink
Update API documentation related notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
yfakariya committed Oct 6, 2013
1 parent b7131c3 commit f5a6ec5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion BuildNote.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,6 @@ How to Build Help Files
1. Open "MsgPack.shfbproj" with SandCastle Help File Builder.
2. Build it.
3. Copy contents under `Help/` directory to `apidoc/` of `gh-pages` branch without `*.chm` files.
4. Copy `*.chm` files to `dist/` of `gh-pages` branch.
4. Rename `index.html` to `top.html` because gh-pages does not allow index.* file.
5. Remove other `index.*` files.
6. Copy `*.chm` files to `dist/` of `gh-pages` branch.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ Open MsgPack.mono.sln with MonoDevelop and then click **Build** menu item.
## See also

* GitHub Page : http://cli.msgpack.org/
* Wiki : https://github.com/msgpack/msgpack-cli/wiki
* Wiki (documentation) : https://github.com/msgpack/msgpack-cli/wiki
* API Reference : http://cli.msgpack.org/doc/top.html
* Issue tracker : https://github.com/msgpack/msgpack-cli/issues
* MSBuild reference : http://msdn.microsoft.com/en-us/library/0k6kkbsd.aspx
* Mono xbuild reference : http://www.mono-project.com/Microsoft.Build

0 comments on commit f5a6ec5

Please sign in to comment.