# HG changeset patch # User cboesch # Date 1304614457 0 # Node ID f753079e6b9bc96012f5a0811b5b244f3acd6205 # Parent 00a8d85deb928a999ef06831c5e6754be08817a2 Add note about sp_cmt_cpp_start uncrustify setting. diff -r 00a8d85deb92 -r f753079e6b9b TOOLS/mp-uncrustify-style.cfg --- 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