# File lib/yard/parser/c_parser.rb, line 24
      def tokenize
        raise NotImplementedError, "no tokenization support for C/C++ files"
      end