changeset 33294:f753079e6b9b

Add note about sp_cmt_cpp_start uncrustify setting.
author cboesch
date Thu, 05 May 2011 16:54:17 +0000
parents 00a8d85deb92
children 0909e022b112
files TOOLS/mp-uncrustify-style.cfg
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/TOOLS/mp-uncrustify-style.cfg	Thu May 05 16:50:38 2011 +0000
+++ b/TOOLS/mp-uncrustify-style.cfg	Thu May 05 16:54:17 2011 +0000
@@ -606,6 +606,7 @@
 sp_range                                 = ignore   # ignore/add/remove/force
 
 # Control the space after the opening of a C++ comment '// A' vs '//A'
+# MPlayer devs note: we ignore the following setting because it breaks Doxygen comments
 sp_cmt_cpp_start                         = ignore   # ignore/add/remove/force
 
 # Controls the spaces between #else or #endif and a trailing comment