AxWin2 - Minor commenting change
authorJohn Hodge <[email protected]>
Sun, 5 Jun 2011 16:20:54 +0000 (00:20 +0800)
committerJohn Hodge <[email protected]>
Sun, 5 Jun 2011 16:20:54 +0000 (00:20 +0800)
Usermode/Applications/axwin2_src/WM/render.c

index ea24130..21237e0 100644 (file)
@@ -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)

UCC git Repository :: git.ucc.asn.au