]> git.sesse.net Git - vlc/commit
Add meta information to libvlc headers.
authorAlexey Sokolov <alexey@alexeysokolov.co.cc>
Mon, 25 Jul 2011 11:03:54 +0000 (18:03 +0700)
committerRémi Denis-Courmont <remi@remlab.net>
Mon, 25 Jul 2011 15:18:34 +0000 (18:18 +0300)
commitfeb55adb0206f7b60fc8244e29aceb9ac8378bb1
tree06b4e6925b6becded8166f694b0166d5fcb13736
parent6801a65951e1a7ef9f94b79e21a262625b671ff3
Add meta information to libvlc headers.

New doxygen command \libvlc_return_bool means that wrapper generators
should translate returning int to a boolean value.

For example, this is useful for Ruby, where every number, including 0,
is considered to be true.

For normal HTML/LaTeX documentation it's invisible.

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
doc/Doxyfile.in
include/vlc/libvlc.h
include/vlc/libvlc_media.h
include/vlc/libvlc_media_discoverer.h
include/vlc/libvlc_media_list.h
include/vlc/libvlc_media_player.h