r37873 - trunk/TOOLS/mp-uncrustify-style.cfg
Author: ib Date: Fri Jul 1 17:32:51 2016 New Revision: 37873 Log: Prefer '// A' to '//A'. This reapplies r37613 (less aggressively). Uncrustify 0.63 can finally handle all doxygen comments including grouping comments using option sp_cmt_cpp_doxygen. Thus update required version of uncrustify to 0.63 (although no option newer than 0.57 appears). Modified: trunk/TOOLS/mp-uncrustify-style.cfg Modified: trunk/TOOLS/mp-uncrustify-style.cfg ============================================================================== --- trunk/TOOLS/mp-uncrustify-style.cfg Sun Jun 12 17:33:25 2016 (r37872) +++ trunk/TOOLS/mp-uncrustify-style.cfg Fri Jul 1 17:32:51 2016 (r37873) @@ -1,4 +1,4 @@ -# Uncrustify >= 0.62 +# Uncrustify >= 0.63 ### MPlayer coding style @@ -158,6 +158,12 @@ sp_cond_colon # Add or remove space around the '?' in 'b ? t : f' sp_cond_question = force # ignore/add/remove/force +# Control the space after the opening of a C++ comment '// A' vs '//A' +sp_cmt_cpp_start = add # ignore/add/remove/force + +# TRUE: If space is added with sp_cmt_cpp_start, do it after doxygen sequences like '///', '///<', '//!' and '//!<'. +sp_cmt_cpp_doxygen = true # false/true + # # Code alignment (not left column spaces/tabs) #
participants (1)
-
ib