add doxygen
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user