update comments

This commit is contained in:
yggverse 2024-09-16 17:15:48 +03:00
parent 4b2bf57cec
commit 3870e3f53c
8 changed files with 8 additions and 8 deletions

View File

@ -29,7 +29,7 @@ namespace app
*/
struct Database
{
// APP_BROWSER__*
// app_browser__*
struct Session
{
enum

View File

@ -27,7 +27,7 @@ namespace app::browser
*/
struct Database
{
// APP_BROWSER_MAIN__*
// app_browser_main__*
struct Session
{
enum

View File

@ -27,7 +27,7 @@ namespace app::browser::main
*/
struct Database
{
// APP_BROWSER_MAIN_TAB__*
// app_browser_main_tab__*
struct Session
{
enum

View File

@ -24,7 +24,7 @@ namespace app::browser::main::tab
*/
struct Database
{
// APP_BROWSER_MAIN_TAB_LABEL__*
// app_browser_main_tab_label__*
struct Session
{
enum

View File

@ -45,7 +45,7 @@ namespace app::browser::main::tab
*/
struct Database
{
// APP_BROWSER_MAIN_TAB_PAGE__*
// app_browser_main_tab_page__*
struct Session
{
enum

View File

@ -30,7 +30,7 @@ namespace app::browser::main::tab::page
*/
struct Database
{
// APP_BROWSER_MAIN_TAB_PAGE_NAVIGATION__*
// app_browser_main_tab_page_navigation__*
struct Session
{
enum

View File

@ -29,7 +29,7 @@ namespace app::browser::main::tab::page::navigation
*/
struct Database
{
// APP_BROWSER_MAIN_TAB_PAGE_NAVIGATION_HISTORY__*
// app_browser_main_tab_page_navigation_history__*
struct Session
{
enum

View File

@ -24,7 +24,7 @@ namespace app::browser::main::tab::page::navigation
*/
struct Database
{
// APP_BROWSER_MAIN_TAB_PAGE_NAVIGATION_REQUEST__*
// app_browser_main_tab_page_navigation_request__*
struct Session
{
enum