Skip to content
Snippets Groups Projects
Commit cac68e8d authored by Frank Sauerburger's avatar Frank Sauerburger
Browse files

Change the copyright print out

Add the name of the program 'Doxec' to the copyright line in the print out.
parent b0ce804f
No related branches found
No related tags found
1 merge request!2Feature/improve output
Pipeline #
......@@ -33,7 +33,7 @@ if __name__ == "__main__":
parser = doxec.parser[args.syntax]
print("Copyright (c) 2017 Frank Sauerburger")
print("Doxec -- Copyright (c) 2017 Frank Sauerburger")
for doc_path in args.documents:
doc = doxec.Document(doc_path, syntax=parser)
......
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