module Config

Configuration data for project

Public Instance Methods

source_file_extensions() click to toggle source
# File lib/cpp_dependency_graph/config.rb, line 5
def source_file_extensions
  '.{h,hpp,hxx,c,cpp,cxx,cc}'
end