[MPlayer-cvslog] r38577 - in trunk/gui: dialog/url.c ui/render.c util/list.c
ib
subversion at mplayerhq.hu
Sun Jun 16 14:37:14 EEST 2024
Author: ib
Date: Sun Jun 16 14:37:13 2024
New Revision: 38577
Log:
Edit doxygen comments.
Modified:
trunk/gui/dialog/url.c
trunk/gui/ui/render.c
trunk/gui/util/list.c
Modified: trunk/gui/dialog/url.c
==============================================================================
--- trunk/gui/dialog/url.c Fri Jun 14 14:02:36 2024 (r38576)
+++ trunk/gui/dialog/url.c Sun Jun 16 14:37:13 2024 (r38577)
@@ -61,7 +61,7 @@ static void entry_changed(GtkComboBox *c
/**
* @brief Add the entered URL to the URL list and stream it,
- * if the button clicked is the OK button
+ * if the button clicked is the OK button.
*
* @note If the scheme is missing, http is assumed (and added).
*
Modified: trunk/gui/ui/render.c
==============================================================================
--- trunk/gui/ui/render.c Fri Jun 14 14:02:36 2024 (r38576)
+++ trunk/gui/ui/render.c Sun Jun 16 14:37:13 2024 (r38577)
@@ -42,7 +42,7 @@
/**
* @brief Time in milliseconds a scrolling dlabel stops
- * when reaching the left margin until scrolling starts over
+ * when reaching the left margin until scrolling starts over.
*/
#define DLABEL_DELAY 2500
Modified: trunk/gui/util/list.c
==============================================================================
--- trunk/gui/util/list.c Fri Jun 14 14:02:36 2024 (r38576)
+++ trunk/gui/util/list.c Sun Jun 16 14:37:13 2024 (r38577)
@@ -380,7 +380,7 @@ void listFree(char ***list)
* @brief Set string list to @a entry.
*
* @param list pointer to the string list
- * @param entry the new (and only) element of the list
+ * @param entry new (and only) element of the list
*
* @note Actually, a new list will be created and the old list will be freed.
*/
More information about the MPlayer-cvslog
mailing list