From: John Hodge Date: Sun, 5 Jun 2011 16:20:54 +0000 (+0800) Subject: AxWin2 - Minor commenting change X-Git-Tag: rel0.10~77 X-Git-Url: https://git.ucc.asn.au/?p=tpg%2Facess2.git;a=commitdiff_plain;h=84ca1355b263e253ff67e59e2abbbad67a42391c AxWin2 - Minor commenting change --- diff --git a/Usermode/Applications/axwin2_src/WM/render.c b/Usermode/Applications/axwin2_src/WM/render.c index ea241302..21237e0c 100644 --- a/Usermode/Applications/axwin2_src/WM/render.c +++ b/Usermode/Applications/axwin2_src/WM/render.c @@ -22,11 +22,6 @@ void WM_RenderWidget(tElement *Element); void WM_Update(void); // === CODE === -/** - * \name Pre-Rendering - * \brief Updates the element positions and sizes - * \{ - */ /** * \brief Updates the dimensions of an element * \todo What is the \a Pass parameter for @@ -257,9 +252,6 @@ void WM_UpdateMinDims(tElement *Element) // Recurse upwards WM_UpdateMinDims(Element->Parent); } -/** - * \} - */ // --- Render --- void WM_RenderWidget(tElement *Element)