File tree Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff 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 */
3635aos::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 */
Original file line number Diff line number Diff 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 */
You can’t perform that action at this time.
0 commit comments