Tweak automatic markup .. recognize C/ObjC types

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@21978 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-Macdonald 2005-11-09 18:21:58 +00:00
parent f9dd4ffccc
commit a7f29c00b9
3 changed files with 95 additions and 2 deletions

View file

@ -140,8 +140,8 @@ typedef enum {
* Callback message sent to object when the event it it waiting
* for occurs. The 'data' and 'type' values are those passed in the
* original -addEvent:type:watcher:forMode: method.<br />
* The 'extra' value may be additional data returned depending
* on the type of event. In the case of ET_WINMSG 'extra' is a pointer
* The 'extra' value may be additional data returned depending on the type
* of event. In the case of <code>ET_WINMSG</code> 'extra' is a pointer
* to a windows <code>MSG</code> structure containing the received event.
*/
- (void) receivedEvent: (void*)data