aboutsummaryrefslogtreecommitdiff
path: root/src/ncp
diff options
context:
space:
mode:
authorkangping <wgtdkp@google.com>2021-11-02 00:43:05 +0800
committerGitHub <noreply@github.com>2021-11-01 09:43:05 -0700
commit741a5f75132c6f8074b50086ac77f5843c14def3 (patch)
tree54e05b229eb9ab22e2c1230d44e024ed338f879e /src/ncp
parentd5c593e498346018c92a912631dab2c6c0739a38 (diff)
downloadot-br-posix-741a5f75132c6f8074b50086ac77f5843c14def3.tar.gz
[docs] remove redundant documentation (#1072)
There are no benefits of documenting the same interface again in derived classes but only introduce the burden of keeping them consistent once the base class documentations are updated.
Diffstat (limited to 'src/ncp')
-rw-r--r--src/ncp/ncp_openthread.hpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/ncp/ncp_openthread.hpp b/src/ncp/ncp_openthread.hpp
index 5cbd15a1..a8bc8899 100644
--- a/src/ncp/ncp_openthread.hpp
+++ b/src/ncp/ncp_openthread.hpp
@@ -95,20 +95,7 @@ public:
*/
otbr::agent::ThreadHelper *GetThreadHelper(void) { return mThreadHelper.get(); }
- /**
- * This method updates the mainloop context.
- *
- * @param[inout] aMainloop A reference to the mainloop to be updated.
- *
- */
void Update(MainloopContext &aMainloop) override;
-
- /**
- * This method processes mainloop events.
- *
- * @param[in] aMainloop A reference to the mainloop context.
- *
- */
void Process(const MainloopContext &aMainloop) override;
/**