[MPlayer-cvslog] r37615 - trunk/TOOLS/mp-uncrustify-style.cfg
    ib 
    subversion at mplayerhq.hu
       
    Thu Feb  4 21:19:43 CET 2016
    
    
  
Author: ib
Date: Thu Feb  4 21:19:42 2016
New Revision: 37615
Log:
Revert r37613.
Uncrustify 0.62 doesn't handle all doxygen comments yet. It fails with
grouping comments.
Besides, "force" for sp_cmt_cpp_start seems far too aggressive ("add"
seems enough) and sp_cmt_cpp_doxygen would have to be altered from its
default value then. Documentation on it is a bit ambiguous.
Modified:
   trunk/TOOLS/mp-uncrustify-style.cfg
Modified: trunk/TOOLS/mp-uncrustify-style.cfg
==============================================================================
--- trunk/TOOLS/mp-uncrustify-style.cfg	Thu Feb  4 14:50:50 2016	(r37614)
+++ trunk/TOOLS/mp-uncrustify-style.cfg	Thu Feb  4 21:19:42 2016	(r37615)
@@ -1,4 +1,4 @@
-# Uncrustify >= 0.62
+# Uncrustify >= 0.57
 
 ### MPlayer coding style
 
@@ -166,9 +166,6 @@ 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                          = force    # ignore/add/remove/force
-
 #
 # Code alignment (not left column spaces/tabs)
 #
    
    
More information about the MPlayer-cvslog
mailing list