and the final touch of doxygen...
This commit is contained in:
parent
db0c770ca0
commit
ecc3989355
2 changed files with 2 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
|||
<tab type="files" visible="yes" title="" intro=""/>
|
||||
<tab type="globals" visible="yes" title="" intro=""/>
|
||||
</tab>
|
||||
<tab type="dirs" visible="yes" title="" intro=""/>
|
||||
<!--<tab type="dirs" visible="yes" title="" intro=""/>-->
|
||||
<tab type="examples" visible="yes" title="" intro=""/>
|
||||
</navindex>
|
||||
|
||||
|
|
|
@ -693,6 +693,7 @@ void gdispFillRoundedBox(coord_t x, coord_t y, coord_t cx, coord_t cy, coord_t r
|
|||
#if (GDISP_NEED_SCROLL && GDISP_NEED_MULTITHREAD) || defined(__DOXYGEN__)
|
||||
/**
|
||||
* @brief Scroll vertically a section of the screen.
|
||||
* @pre GDISP_NEED_SCROLL must be set to TRUE in halconf.h
|
||||
* @note Optional.
|
||||
* @note If lines is >= cy, it is equivelent to a area fill with bgcolor.
|
||||
*
|
||||
|
|
Loading…
Add table
Reference in a new issue