Changeset ce5bcb4 in mainline for fb/ega.c


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
  • fb/ega.c

    r41269bd rce5bcb4  
    2626 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    2727 */
     28
     29/** @defgroup egafb EGA framebuffer
     30 * @brief       HelenOS EGA framebuffer.
     31 * @ingroup fbs
     32 * @{
     33 */
     34/** @file
     35 */
     36
     37
    2838#include <stdlib.h>
    2939#include <unistd.h>
     
    353363}
    354364
     365
     366/**
     367 * @}
     368 */
Note: See TracChangeset for help on using the changeset viewer.