IAP GITLAB

Skip to content
Snippets Groups Projects
Commit ba76f8fd authored by Antonio Augusto Alves Junior's avatar Antonio Augusto Alves Junior Committed by Ralf Ulrich
Browse files

Update conf.py

parent 14edbb42
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ def configureDoxyfile(template_file, output_file, input_dir, output_dir):
def getDocumentationUrl(base_name, repo_dir):
with open(repo_dir + "/.git/HEAD", 'r') as file :
with open(repo_dir + ".git/HEAD", 'r') as file :
lines = file.read().splitlines()
branchname=''
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment