Changeset 29506 in webkit for trunk/JavaScriptCore/API/JSBase.h


Ignore:
Timestamp:
Jan 15, 2008, 9:23:06 PM (17 years ago)
Author:
[email protected]
Message:

Reviewed by Adam Roben.


Some tweaks to our headerdoc, suggested by David Gatwood on the docs
team.

  • API/JSBase.h:
  • API/JSObjectRef.h:
  • API/JSStringRef.h:
  • API/JSValueRef.h:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/API/JSBase.h

    r28311 r29506  
    3838typedef struct OpaqueJSContext* JSGlobalContextRef;
    3939
    40 /*! @typedef JSString A UTF16 character buffer. The fundamental string representation in JavaScript. */
     40/*! @typedef JSStringRef A UTF16 character buffer. The fundamental string representation in JavaScript. */
    4141typedef struct OpaqueJSString* JSStringRef;
    4242
Note: See TracChangeset for help on using the changeset viewer.