mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-29 10:03:55 -07:00
Docs: Use Doxygen \todo comments (#6421)
* format todo comments for doxygen * Mention Todo List & link search
This commit is contained in:
parent
5d9d7d3aa5
commit
8485bbe575
14 changed files with 24 additions and 23 deletions
|
|
@ -441,8 +441,8 @@ private:
|
|||
size_t id;
|
||||
};
|
||||
|
||||
// TODO: Use unordered_map when heterogeneous lookup is supported in C++20
|
||||
// std::unordered_map<std::string, Info> dic_;
|
||||
//! \todo Use unordered_map when heterogeneous lookup is supported in C++20
|
||||
//! \todo std::unordered_map<std::string, Info> dic_;
|
||||
std::map<std::string, Info, std::less<>> dic_;
|
||||
|
||||
bool ignore_case_;
|
||||
|
|
@ -3068,7 +3068,7 @@ inline size_t Recovery::parse_core(const char *s, size_t n,
|
|||
c.cut_stack.back() = true;
|
||||
|
||||
if (c.cut_stack.size() == 1) {
|
||||
// TODO: Remove unneeded entries in packrat memoise table
|
||||
//! \todo Remove unneeded entries in packrat memoise table
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue