Changeset ce5bcb4 in mainline for console/screenbuffer.h


Ignore:
Timestamp:
2006-06-07T17:34:32Z (19 years ago)
Author:
Josef Cejka <malyzelenyhnus@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f951077
Parents:
41269bd
Message:

Doxygen comments update.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified console/screenbuffer.h

    r41269bd rce5bcb4  
    2525 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
    2626 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
     27 */
     28
     29/** @addtogroup console
     30 * @{
     31 */
     32/** @file
    2733 */
    2834
     
    5864/** Returns keyfield for position on screen. Screenbuffer->buffer is cyclic buffer so we must couted in index of the topmost line.
    5965 * @param scr   screenbuffer
    60  * @oaram x     position on screen
     66 * @param x     position on screen
    6167 * @param y     position on screen
    6268 * @return      keyfield structure with character and its attributes on x,y
     
    8995#endif
    9096
     97 
     98/** @}
     99 */
     100
Note: See TracChangeset for help on using the changeset viewer.