Skip to content

Commit

Permalink
[debug_print_text] update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tgfrerer committed Oct 23, 2024
1 parent 9e5da2f commit 903f407
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions modules/le_debug_print_text/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ le::DebugPrint::drawAllMessages(main_renderpass);
```

Otherwise, all messages are rendered into the last renderpass that is
part of [the](the.md) rendergraph, assuming that this renderpass is
going to the screen.
part of the rendergraph, assuming that this renderpass is going to the
screen.

`drawAllMessages()` clears the message state and resets the debug
message printer.
Expand Down
6 changes: 3 additions & 3 deletions modules/le_debug_print_text/le_debug_print_text.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
struct le_debug_print_text_o;
struct le_renderpass_o;

// Note the content of the next section is lifted from README.md
/*
# Debug Print Text
## A stateful debug printer for debug messages
Expand All @@ -31,8 +31,8 @@ le::DebugPrint::drawAllMessages(main_renderpass);
```
Otherwise, all messages are rendered into the last renderpass that is
part of [the](the.md) rendergraph, assuming that this renderpass is
going to the screen.
part of the rendergraph, assuming that this renderpass is going to the
screen.
`drawAllMessages()` clears the message state and resets the debug
message printer.
Expand Down

0 comments on commit 903f407

Please sign in to comment.