You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by st...@apache.org on 2016/10/24 23:22:54 UTC

[2/2] incubator-mynewt-core git commit: add doxygen file for generate documentation.

add doxygen file for generate documentation.


Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/commit/e4e98aad
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/e4e98aad
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/e4e98aad

Branch: refs/heads/develop
Commit: e4e98aad13e58afa3698e1f4ad4f839a23fe2561
Parents: 665af53
Author: Sterling Hughes <st...@apache.org>
Authored: Mon Oct 24 16:22:43 2016 -0700
Committer: Sterling Hughes <st...@apache.org>
Committed: Mon Oct 24 16:22:43 2016 -0700

----------------------------------------------------------------------
 .gitignore       |    3 +
 docs/doxygen.xml | 2411 +++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 2414 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/e4e98aad/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
index 27a10ae..3e2ce0d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -30,6 +30,9 @@ tags
 .DS_Store
 *.swp
 *.swo
+*.bak
+docs/html
+docs/latex
 
 # Prevent accidental checkins of personal targets.  If you need to commit a
 # target, specify the -f option for "git add".