vlc | branch: master | Marvin Scholz <[email protected]> | Mon Apr 3 10:08:08 2017 +0200| [8bd1e690ae088228ad2263ee1c27a47320a86261] | committer: Marvin Scholz
vlc_extensions.h: Fix doxygen comments > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8bd1e690ae088228ad2263ee1c27a47320a86261 --- include/vlc_extensions.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/include/vlc_extensions.h b/include/vlc_extensions.h index d49f629..8523fe6 100644 --- a/include/vlc_extensions.h +++ b/include/vlc_extensions.h @@ -277,7 +277,7 @@ struct extension_widget_t /* Drop-down & List widgets */ struct extension_widget_value_t { int i_id; ///< Identifier for the extension module - // (weird behavior may occur if not unique) + ///< (weird behavior may occur if not unique) char *psz_text; ///< String value bool b_selected; ///< True if this item is selected struct extension_widget_value_t *p_next; ///< Next value or NULL @@ -297,7 +297,7 @@ struct extension_widget_t /* Spinning icon */ int i_spin_loops; ///< Number of loops to play (-1 = infinite, - // 0 = stop animation) + ///< 0 = stop animation) /* Orders */ bool b_kill; ///< Destroy this widget @@ -306,8 +306,8 @@ struct extension_widget_t /* Misc */ void *p_sys; ///< Reserved for the extension manager void *p_sys_intf; ///< Reserved for the UI, but: - // NULL means the UI has destroyed the widget - // or has not created it yet + ///< NULL means the UI has destroyed the widget + ///< or has not created it yet extension_dialog_t *p_dialog; ///< Parent dialog }; _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
