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

@@ -16,6 +16,12 @@
class container_window: public Gtk::Window
{
public:
/**
* @brief container_window
* Windos that contains all views and controlers
* @param con Conexion used in the aplication
* @param app App that contains the gtk loop
*/
container_window(conexion *con, Glib::RefPtr< Gtk::Application > app);
private:
Glib::RefPtr< Gtk::Application > app;