Changeset 553620b6f0dd393c54abe9331b3b238d61c4c63e

Show
Ignore:
Timestamp:
11/28/07 21:28:55 (9 months ago)
Author:
Rafaël Carré <funman@videolan.org>
git-committer:
Rafaël Carré <funman@videolan.org> 1196281735 +0000
git-parent:

[3f54866f535edd4b757b77342acb3f69fc6d1b75]

git-author:
Rafaël Carré <funman@videolan.org> 1196281735 +0000
Message:

Avoid C++ comments be compatible with C ANSI

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • include/vlc/libvlc.h

    r919139c r553620b  
    408408VLC_PUBLIC_API void libvlc_media_instance_set_drawable ( libvlc_media_instance_t *, libvlc_drawable_t, libvlc_exception_t * ); 
    409409 
    410 /// \bug This might go away ... to be replaced by a broader system 
     410/** \bug This might go away ... to be replaced by a broader system */ 
    411411VLC_PUBLIC_API vlc_int64_t libvlc_media_instance_get_length     ( libvlc_media_instance_t *, libvlc_exception_t *); 
    412412VLC_PUBLIC_API vlc_int64_t libvlc_media_instance_get_time       ( libvlc_media_instance_t *, libvlc_exception_t *);