On 8/13/2024 9:18 PM, Nhi Pham wrote:
+/**
+  This function updates the BMC information.
+
+  @param[in] VOID
+
+  @retval EFI_SUCCESS       The entry point is executed successfully.
+  @retval Other             Some error occurs when executing this entry point.
+
+**/
+EFI_STATUS
+UpdateBmcConfigForm (
+  VOID
+  )
+{

VOID isn't a parameter so shouldn't be documented via @param.

--

Rebecca



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#120483): https://edk2.groups.io/g/devel/message/120483
Mute This Topic: https://groups.io/mt/107889121/21656
Group Owner: devel+ow...@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


Reply via email to