class RuboCop::Cop::Layout::LeadingCommentSpace
def doxygen_comment_style?(comment)
def doxygen_comment_style?(comment) allow_doxygen_comment? && comment.text.start_with?('#*') end
def doxygen_comment_style?(comment) allow_doxygen_comment? && comment.text.start_with?('#*') end