Skip to content

Commit

Permalink
Fixed wrong header path in document. Updated contributor list.
Browse files Browse the repository at this point in the history
  • Loading branch information
wqking committed Nov 11, 2023
1 parent d2db8af commit eb15c45
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/eventmaker.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Overview

`eventpp/eventmaker.h` contains several macros to generate event classes.
`eventpp/utilities/eventmaker.h` contains several macros to generate event classes.
Without the macros, we may need to repeat the same code structure on lots of event classes.
For example,

Expand Down Expand Up @@ -42,7 +42,7 @@ The macros in eventmaker.h can reduce the work significantly.

## Header

eventpp/eventmaker.h
eventpp/utilities/eventmaker.h

## Macro EVENTPP_MAKE_EVENT
```c++
Expand Down
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,7 @@ Added CallbackList, EventDispatcher, EventQueue, CounterRemover, ConditionalRemo
<tr>
<td align="center"><a href="https://github.com/henaiguo/"><img alt="henaiguo" src="https://github.com/henaiguo.png?s=100" width="100px;" /></a><span>henaiguo</span></td>
<td align="center"><a href="https://github.com/sr-tream/"><img alt="sr-tream" src="https://github.com/sr-tream.png?s=100" width="100px;" /></a><span>sr-tream</span></td>
<td align="center"><a href="https://github.com/Drise13/"><img alt="Drise13" src="https://github.com/Drise13.png?s=100" width="100px;" /></a><span>Drise13</span></td>
</tr>
</table>

Expand Down

0 comments on commit eb15c45

Please sign in to comment.