Changeset a783ca4 in mainline for src/debug/symtab.c


Ignore:
Timestamp:
2005-10-11T20:25:46Z (20 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
26f9943
Parents:
a016b63
Message:

Fix doxygen comments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/debug/symtab.c

    ra016b63 ra783ca4  
    3232#include <arch/byteorder.h>
    3333
    34 /** Return entry that seems most likely to correspond to the @addr
     34/** Return entry that seems most likely to correspond to address
    3535 *
     36 * Return entry that seems most likely to correspond
     37 * to address passed in the argument.
     38 *
     39 * @param addr Address.
     40 *
     41 * @return Pointer to respective symbol string on success, NULL otherwise.
    3642 */
    3743char * get_symtab_entry(__native addr)
Note: See TracChangeset for help on using the changeset viewer.