Skip to content

Commit

Permalink
vlc_extensions.h: Fix doxygen comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ePirat committed Apr 3, 2017
1 parent 7794fa5 commit 8bd1e69
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions include/vlc_extensions.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
};

Expand Down

0 comments on commit 8bd1e69

Please sign in to comment.