FTXUI/doc
Tushar Maheshwari 21d746e858
Remove explicit default destructors (#157)
From CppCoreGuidelines:

Rule of Zero: C.20: If you can avoid defining default operations, do.
C.52: Use inheriting constructors to import constructors into a derived class that does not need further explicit initialization.
DRY forward and using declarations.
Miscellaneous:

Fix format.sh to output examples with normalised paths in sorted order.

Co-authored-by: ArthurSonzogni <sonzogniarthur@gmail.com>
2021-07-17 12:02:08 +02:00
..
CMakeLists.txt Update document WIP. 2020-08-09 10:49:06 +02:00
Doxyfile.in Improve the documentation. 2021-07-11 12:23:42 +02:00
doxygen_extra.css Improve the documentation. 2020-08-28 23:54:25 +02:00
doxygen_footer.html Add a doxygen documentation. 2020-08-15 10:38:14 +02:00
doxygen_header.html Add a doxygen documentation. 2020-08-15 10:38:14 +02:00
doxygen_layout.xml Add documentation about ./example/util/print_key_press (#73) 2021-02-13 20:00:00 +01:00
example_list.md Remove explicit default destructors (#157) 2021-07-17 12:02:08 +02:00
mainpage.md Update CMake usage to enable C++17 (#156) 2021-07-17 09:16:02 +02:00