Skip to content

Commit 3ee8d48

Browse files
committed
common: remove unused @brief tag from doxygen comments
Signed-off-by: Oleksandr Grytsov <[email protected]> Reviewed-by: Mykola Kobets <[email protected]> Reviewed-by: Mykhailo Lohvynenko <[email protected]> Reviewed-by: Mykola Solianko <[email protected]>
1 parent 8b268ab commit 3ee8d48

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

src/core/common/cloudprotocol/unitstatus.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ struct ResourceInfo {
8888
}
8989

9090
/**
91-
* @brief Compares resource info.
91+
* Compares resource info.
9292
*
9393
* @param other resource info to compare with.
9494
* @return bool.
@@ -121,7 +121,7 @@ struct RuntimeInfo : public PlatformInfo {
121121
}
122122

123123
/**
124-
* @brief Compares runtime info.
124+
* Compares runtime info.
125125
*
126126
* @param other runtime info to compare with.
127127
* @return bool.
@@ -224,7 +224,7 @@ struct UpdateItemStatus {
224224
}
225225

226226
/**
227-
* @brief Compares update item status.
227+
* Compares update item status.
228228
*
229229
* @param other update item status to compare with.
230230
* @return bool.

src/core/common/crypto/mbedtls/driverwrapper.hpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,15 @@ struct KeyInfo {
2727
};
2828

2929
/**
30-
* @brief Add key to the list of builtin keys.
30+
* Adds key to the list of builtin keys.
3131
*
3232
* @param key Key description.
33-
*
3433
* @return Key ID and error code.
3534
*/
3635
aos::RetWithError<KeyInfo> AosPsaAddKey(const aos::crypto::PrivateKeyItf& privKey);
3736

3837
/**
39-
* @brief Remove key from the list of builtin keys.
38+
* Removes key from the list of builtin keys.
4039
*
4140
* @param keyId Key ID.
4241
*/

src/core/common/tools/time.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ class Time {
466466
}
467467

468468
/**
469-
* @brief Returns UTC string representation.
469+
* Returns UTC string representation.
470470
*
471471
* @return StaticString<cTimeStrLen>
472472
*/

0 commit comments

Comments
 (0)