Setting up doxygen

This commit is contained in:
Loic Guegan 2023-05-11 21:35:06 +02:00
parent 33dca5b491
commit a6bfdf40d5
16 changed files with 5888 additions and 0 deletions

View file

@ -76,6 +76,7 @@ public:
class MyApp : public wxApp {
public:
Openings Book;
/// @brief Entry point of the application
virtual bool OnInit();
std::vector<TabInfos *> ListTabInfos();
void FocusOnTab(TabInfos *);