Lines Matching refs:githuburl
65 def codeReference(fname, githuburl, filename_without_extension, filepath, linenr): argument
67 ref = code_ref.replace("GITHUB", githuburl)
106 def createIndex(fin, filename, api_filepath, api_title, api_label, githuburl): argument
160 …typedefs[typedef.group(1)] = codeReference(typedef.group(1), githuburl, filename, api_filepath, li…
165 …functions[ref_function.group(1)] = codeReference(ref_function.group(1), githuburl, filename, api_f…
183 functions[name] = codeReference( name, githuburl, filename, api_filepath, linenr)
195 functions[name] = codeReference(name, githuburl, filename, api_filepath, linenr)
231 githuburl = "master/src/"
247 githuburl = arg
263 githuburl = githuburl_template + git_branch_name
267 print ('Github URL is : ' + githuburl)
317 … createIndex(fin, filename, markdown_filepath, header_title, filename_without_extension, githuburl)