Ignore:
Timestamp:
Jun 16, 2008, 6:48:51 AM (17 years ago)
Author:
[email protected]
Message:

JavaScriptCore headers use C++ style comments

https://bugs.webkit.org/show_bug.cgi?id=19552

Replace all C++ style comments with C style multiline
comments and remove all "mode" lines.

Reviewed by Sam.

File:
1 edited

Legend:

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

    r29663 r34599  
    1 // -*- mode: c++; c-basic-offset: 4 -*-
    21/*
    32 * Copyright (C) 2006 Apple Computer, Inc.  All rights reserved.
     
    128127JS_EXPORT bool JSValueIsObjectOfClass(JSContextRef ctx, JSValueRef value, JSClassRef jsClass);
    129128
    130 // Comparing values
     129/* Comparing values */
    131130
    132131/*!
     
    162161JS_EXPORT bool JSValueIsInstanceOfConstructor(JSContextRef ctx, JSValueRef value, JSObjectRef constructor, JSValueRef* exception);
    163162
    164 // Creating values
     163/* Creating values */
    165164
    166165/*!
     
    208207JS_EXPORT JSValueRef JSValueMakeString(JSContextRef ctx, JSStringRef string);
    209208
    210 // Converting to primitive values
     209/* Converting to primitive values */
    211210
    212211/*!
     
    249248JS_EXPORT JSObjectRef JSValueToObject(JSContextRef ctx, JSValueRef value, JSValueRef* exception);
    250249
    251 // Garbage collection
     250/* Garbage collection */
    252251/*!
    253252@function
     
    275274#endif
    276275
    277 #endif // JSValueRef_h
     276#endif /* JSValueRef_h */
Note: See TracChangeset for help on using the changeset viewer.