From a51291070570fb762809d05e4673581f18a133e6 Mon Sep 17 00:00:00 2001 From: Kirill Zhumarin Date: Mon, 6 Jan 2025 20:08:47 +0000 Subject: [PATCH] fix docs --- swilib/include/swilib/gui.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/swilib/include/swilib/gui.h b/swilib/include/swilib/gui.h index b88f3ff4..01176695 100644 --- a/swilib/include/swilib/gui.h +++ b/swilib/include/swilib/gui.h @@ -1420,8 +1420,8 @@ void SetDepthBufferOnLCDLAYER(LCDLAYER *layer, char depth) __swi_end(0x389, SetDepthBufferOnLCDLAYER, (layer, depth)); /** - * @copydoc LCDLAYER_GetCurrent - * @deprecated use #LCDLAYER_GetCurrent + * @copydoc LCD_GetCurrentLayer + * @deprecated use #LCD_GetCurrentLayer * */ __swi_begin(0x387) LCDLAYER *GetLCDLAYERByCurCepID() @@ -1436,8 +1436,8 @@ void LCDRedrawLAYER(LCDLAYER *layer) __swi_end(0x384, LCDRedrawLAYER, (layer)); /** - * @copydoc LCDLAYER_Current_SetClipRegion - * @deprecated use #LCDLAYER_Current_SetClipRegion + * @copydoc LCD_SetDrawingRegion + * @deprecated use #LCD_SetDrawingRegion * */ __swi_begin(0x3A4) void SetDrawingCanvas(int x, int y, int x2, int y2)