mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-21 18:52:07 +00:00
Remove redundant @-style doc comment tags (#1641)
This commit is contained in:
@@ -42,8 +42,6 @@ void sym_ForEach(void (*callback)(Symbol &));
|
||||
void sym_AddSymbol(Symbol &symbol);
|
||||
|
||||
// Finds a symbol in all the defined symbols.
|
||||
// @param name The name of the symbol to look for
|
||||
// @return A pointer to the symbol, or `nullptr` if not found.
|
||||
Symbol *sym_GetSymbol(std::string const &name);
|
||||
|
||||
void sym_DumpLocalAliasedSymbols(std::string const &name);
|
||||
|
||||
Reference in New Issue
Block a user