Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SignedCapsulePkg: make Doxygen interpret ASCII art as unparsed code #6476

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions SignedCapsulePkg/Include/Guid/EdkiiSystemFmpCapsule.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#define __EDKII_SYSTEM_FMP_CAPSULE_GUID_H__

/**

@code{.unparsed}
1. Capsule Layout is below:
+------------------------------------------+
| Capsule Header (OPTIONAL, WFU) | <== ESRT.FwClass (Optional)
Expand Down Expand Up @@ -82,7 +82,7 @@
NOTE: The [Name?] entry may have different FileGuid.
Only the one, whose FileGuid matches PcdEdkiiSystemFirmwareFileGuid, takes effect.
The other entry is ignored.

@endcode
**/

#define EDKII_SYSTEM_FIRMWARE_IMAGE_DESCRIPTOR_SIGNATURE SIGNATURE_32('S', 'F', 'I', 'D')
Expand Down Expand Up @@ -121,6 +121,7 @@ typedef struct {
#pragma pack()

/**
@code{.unparsed}
System Firmware Image Descriptor is below:
+----------------------+
| System Firmware (FV) |
Expand All @@ -135,6 +136,7 @@ typedef struct {
| |
| |
+----------------------+
@endcode
**/

extern EFI_GUID gEdkiiSystemFirmwareImageDescriptorFileGuid;
Expand Down
Loading