Changeset a783ca4 in mainline for src/proc/the.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/proc/the.c

    ra016b63 ra783ca4  
    3535 * Initialize THE structure passed as argument.
    3636 *
    37  * @the THE structure to be initialized.
    38  *
     37 * @param the THE structure to be initialized.
    3938 */
    4039void the_initialize(the_t *the)
     
    5150 * Copy the source THE structure to the destination THE structure.
    5251 *
    53  * @src The source THE structure.
    54  * @dst The destination THE structure.
     52 * @param src The source THE structure.
     53 * @param dst The destination THE structure.
    5554 */
    5655void the_copy(the_t *src, the_t *dst)
Note: See TracChangeset for help on using the changeset viewer.