Changeset ce5bcb4 in mainline for kbd/arch/ppc32/src/kbd.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
  • kbd/arch/ppc32/src/kbd.c

    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 kbdppc32 ppc32
     30 * @brief       HelenOS ppc32 arch dependent parts of uspace keyboard handler.
     31 * @ingroup  kbd
     32 * @{
     33 */
     34/** @file
    2735 */
    2836
     
    193201        return 1;
    194202}
     203
     204/** @}
     205 */
     206
Note: See TracChangeset for help on using the changeset viewer.