diff command.c @ 34200:87a1b3a11b33

Fix a bunch of Doxygen syntax errors that caused warnings.
author diego
date Thu, 03 Nov 2011 13:24:53 +0000
parents a93891202051
children f05c75392897
line wrap: on
line diff
--- a/command.c	Thu Nov 03 13:24:50 2011 +0000
+++ b/command.c	Thu Nov 03 13:24:53 2011 +0000
@@ -215,7 +215,7 @@
 }
 
 
-/// \defgroup Properties
+/// \defgroup properties Properties
 ///@{
 
 /// \defgroup GeneralProperties General properties
@@ -2496,6 +2496,7 @@
     }
     return "UNKNOWN";
 }
+///@}
 
 static void remove_subtitle_range(MPContext *mpctx, int start, int count)
 {