comparison TOOLS/mp-uncrustify-style.cfg @ 33294:f753079e6b9b

Add note about sp_cmt_cpp_start uncrustify setting.
author cboesch
date Thu, 05 May 2011 16:54:17 +0000
parents 97eb01954e60
children 22355747d51f
comparison
equal deleted inserted replaced
33293:00a8d85deb92 33294:f753079e6b9b
604 604
605 # Control the space around the D '..' operator. 605 # Control the space around the D '..' operator.
606 sp_range = ignore # ignore/add/remove/force 606 sp_range = ignore # ignore/add/remove/force
607 607
608 # Control the space after the opening of a C++ comment '// A' vs '//A' 608 # Control the space after the opening of a C++ comment '// A' vs '//A'
609 # MPlayer devs note: we ignore the following setting because it breaks Doxygen comments
609 sp_cmt_cpp_start = ignore # ignore/add/remove/force 610 sp_cmt_cpp_start = ignore # ignore/add/remove/force
610 611
611 # Controls the spaces between #else or #endif and a trailing comment 612 # Controls the spaces between #else or #endif and a trailing comment
612 sp_endif_cmt = ignore # ignore/add/remove/force 613 sp_endif_cmt = ignore # ignore/add/remove/force
613 614