You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ad...@apache.org on 2019/01/26 01:51:58 UTC

[mynewt-core] branch master updated: Fixed defgroup Newtmgr

This is an automated email from the ASF dual-hosted git repository.

aditi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-core.git


The following commit(s) were added to refs/heads/master by this push:
     new f1c0752  Fixed defgroup Newtmgr
     new e74d2e5  Merge pull request #1618 from aditihilbert/apidocs
f1c0752 is described below

commit f1c0752a24713bca83cd98f4ec5546b4c29ec0ea
Author: Aditi Hilbert <ad...@juul-aditihilbert-mbt15.local>
AuthorDate: Fri Jan 25 17:34:38 2019 -0800

    Fixed defgroup Newtmgr
---
 mgmt/newtmgr/include/newtmgr/newtmgr.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mgmt/newtmgr/include/newtmgr/newtmgr.h b/mgmt/newtmgr/include/newtmgr/newtmgr.h
index 3e2646d..9790122 100644
--- a/mgmt/newtmgr/include/newtmgr/newtmgr.h
+++ b/mgmt/newtmgr/include/newtmgr/newtmgr.h
@@ -21,7 +21,7 @@
 #define _NEWTMGR_H_
 
 /**
- * @addtogroup Newtmgr Newtmgr server and transport
+ * @adefgroup Newtmgr Newtmgr server and transport
  * @{
  */