Browse Source

update comments

CPP-GTK4
yggverse 2 months ago
parent
commit
37a07cc63f
  1. 4
      src/app/browser/main/tab.hpp

4
src/app/browser/main/tab.hpp

@ -21,7 +21,7 @@ namespace app::browser::main
public: public:
/* /*
* Class database * Tab class database
* *
* Allowed parental access to enums and relationship methods * Allowed parental access to enums and relationship methods
*/ */
@ -76,7 +76,7 @@ namespace app::browser::main
const bool SCROLLABLE = true; const bool SCROLLABLE = true;
/* /*
* Class API * Tab class API
*/ */
public: public:

Loading…
Cancel
Save