From 26ec804fd83e16511d26d386969aeb362eac223a Mon Sep 17 00:00:00 2001 From: doyle Date: Tue, 27 Aug 2019 22:32:27 +1000 Subject: [PATCH] Fix generated output example for DqnHeader --- readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index e29294f..5e118c2 100644 --- a/readme.md +++ b/readme.md @@ -41,9 +41,9 @@ DQN_HEADER_COPY_END Which generates the following output ``` -// @ ptr1: Pointer to the first block of memory -// @ ptr2: Pointer to the second block of memory -// @ num_bytes: The number of bytes to compare in both blocks of memory +// ptr1: Pointer to the first block of memory +// ptr2: Pointer to the second block of memory +// num_bytes: The number of bytes to compare in both blocks of memory int Dqn_MemCmp(void const *ptr1, void const *ptr2, size_t num_bytes); struct HelloWorld {