SINGA-78 Use Doxygen to generate documentation. Turned on the JAVADOC_AUTOBRIEF option.
Updated .gitignore to exclude doc/ directory. Project: http://git-wip-us.apache.org/repos/asf/incubator-singa/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-singa/commit/3f80cca6 Tree: http://git-wip-us.apache.org/repos/asf/incubator-singa/tree/3f80cca6 Diff: http://git-wip-us.apache.org/repos/asf/incubator-singa/diff/3f80cca6 Branch: refs/heads/SINGA-11 Commit: 3f80cca6ec274f95cbdd8b88aea07336b9bcccdc Parents: 45d6880 Author: Mohit <[email protected]> Authored: Thu Oct 1 01:59:46 2015 -0700 Committer: Anh Dinh <[email protected]> Committed: Tue Nov 3 12:31:43 2015 +0800 ---------------------------------------------------------------------- .gitignore | 1 + Doxyfile | 2383 ++++++++++++++++++++++++++++++++++++++++++++++++++++ doc/Readme.md | 3 + 3 files changed, 2387 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-singa/blob/3f80cca6/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index bce0b6e..3bd516c 100644 --- a/.gitignore +++ b/.gitignore @@ -51,3 +51,4 @@ Makefile.in thirdparty/* !thirdparty/install.sh !include/singa +doc/
