add doxygen

This commit is contained in:
2020-06-01 23:24:24 +02:00
parent f3a0bfed40
commit af365474a7
15 changed files with 241 additions and 10 deletions

View File

@@ -9,6 +9,10 @@
class view_install : public Gtk::Box
{
public:
/**
* @brief view_install
* View to send name package to compile it
*/
view_install();
Gtk::Button m_button;
Gtk::Box m_VBox;