Skip to content

Commit

Permalink
style: the final comments refactor. (#996)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaskowicz1 authored Nov 6, 2023
1 parent 633fbee commit 9ddec9a
Show file tree
Hide file tree
Showing 16 changed files with 1,868 additions and 609 deletions.
6 changes: 4 additions & 2 deletions buildtools/emojis.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@
namespace dpp {
/**
* The unicode emojis in this namespace are auto-generated from {$url}
* @brief Emoji unicodes.
*
* If you want to use this, you have to pull the header in separately. e.g.
* @note The unicode emojis in this namespace are auto-generated from https://raw.githubusercontent.com/ArkinSolomon/discord-emoji-converter/master/emojis.json
*
* @warning If you want to use this, you have to pull the header in separately. For example:
* ```cpp
* #include <dpp/dpp.h>
* #include <dpp/unicode_emoji.h>
Expand Down
Loading

0 comments on commit 9ddec9a

Please sign in to comment.