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/29 00:30:04 UTC

[mynewt-core] branch master updated: collapsed all newtmgr doxygen groups to one 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 0d071aa  collapsed all newtmgr doxygen groups to one Newtmgr
     new 54dad1a  Merge pull request #1620 from aditihilbert/apidocs
0d071aa is described below

commit 0d071aa70beb196a2860fedc274442dec1cfabc7
Author: Aditi Hilbert <ad...@juul-aditihilbert-mbt15.local>
AuthorDate: Mon Jan 28 16:05:39 2019 -0800

    collapsed all newtmgr doxygen groups to one Newtmgr
---
 mgmt/newtmgr/include/newtmgr/newtmgr.h                   | 2 +-
 mgmt/newtmgr/transport/ble/include/nmgrble/newtmgr_ble.h | 2 +-
 mgmt/newtmgr/transport/ble/src/newtmgr_ble.c             | 2 +-
 mgmt/newtmgr/transport/nmgr_uart/src/nmgr_uart.c         | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/mgmt/newtmgr/include/newtmgr/newtmgr.h b/mgmt/newtmgr/include/newtmgr/newtmgr.h
index 72b1389..ef64bc9 100644
--- a/mgmt/newtmgr/include/newtmgr/newtmgr.h
+++ b/mgmt/newtmgr/include/newtmgr/newtmgr.h
@@ -21,7 +21,7 @@
 #define _NEWTMGR_H_
 
 /**
- * @defgroup Newtmgr Newtmgr server and transport
+ * \defgroup Newtmgr Newtmgr server and transport
  * @{
  */
 
diff --git a/mgmt/newtmgr/transport/ble/include/nmgrble/newtmgr_ble.h b/mgmt/newtmgr/transport/ble/include/nmgrble/newtmgr_ble.h
index b005ddf..5b93e56 100644
--- a/mgmt/newtmgr/transport/ble/include/nmgrble/newtmgr_ble.h
+++ b/mgmt/newtmgr/transport/ble/include/nmgrble/newtmgr_ble.h
@@ -21,7 +21,7 @@
 #define _NEWTMGR_BLE_H_
 
 /**
- * @addtogroup Newtmgr Newtmgr server and transport
+ * \addtogroup Newtmgr
  * @{
  */
 
diff --git a/mgmt/newtmgr/transport/ble/src/newtmgr_ble.c b/mgmt/newtmgr/transport/ble/src/newtmgr_ble.c
index 5e2f57e..1607562 100644
--- a/mgmt/newtmgr/transport/ble/src/newtmgr_ble.c
+++ b/mgmt/newtmgr/transport/ble/src/newtmgr_ble.c
@@ -27,7 +27,7 @@
 #include "console/console.h"
 
 /**
- * @addtogroup Newtmgr Newtmgr server and transport
+ * \addtogroup Newtmgr
  * @{
  */
 
diff --git a/mgmt/newtmgr/transport/nmgr_uart/src/nmgr_uart.c b/mgmt/newtmgr/transport/nmgr_uart/src/nmgr_uart.c
index d7d09d4..d5c3c50 100644
--- a/mgmt/newtmgr/transport/nmgr_uart/src/nmgr_uart.c
+++ b/mgmt/newtmgr/transport/nmgr_uart/src/nmgr_uart.c
@@ -30,7 +30,7 @@
 #include <base64/base64.h>
 
 /**
- * @addtogroup Newtmgr Newtmgr server and transport
+ * \addtogroup Newtmgr Newtmgr
  * @{
  */