Changeset abbc16e in mainline for generic/src/ipc/ipc.c


Ignore:
Timestamp:
2006-06-16T11:17:54Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
62939f7
Parents:
b6529ae
Message:

Fix some broken doxygen comments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • generic/src/ipc/ipc.c

    rb6529ae rabbc16e  
    210210/** Send a asynchronous request using phone to answerbox
    211211 *
    212  * @param phone Phone connected to answerbox
    213  * @param request Request to be sent
     212 * @param phone Phone connected to answerbox.
     213 * @param call Structure representing the call.
    214214 */
    215215int ipc_call(phone_t *phone, call_t *call)
Note: See TracChangeset for help on using the changeset viewer.