mirror of
https://github.com/dlang-community/D-Scanner.git
synced 2025-04-28 06:10:01 +03:00
Fix the URL in the ctags output
This commit is contained in:
parent
19e9b9093a
commit
583fa7a898
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ void printCtags(File output, string[] fileNames)
|
||||||
printer.visit(m);
|
printer.visit(m);
|
||||||
}
|
}
|
||||||
output.write("!_TAG_FILE_FORMAT\t2\n" ~ "!_TAG_FILE_SORTED\t1\n" ~ "!_TAG_FILE_AUTHOR\tBrian Schott\n"
|
output.write("!_TAG_FILE_FORMAT\t2\n" ~ "!_TAG_FILE_SORTED\t1\n" ~ "!_TAG_FILE_AUTHOR\tBrian Schott\n"
|
||||||
~ "!_TAG_PROGRAM_URL\thttps://github.com/Hackerpilot/Dscanner/\n");
|
~ "!_TAG_PROGRAM_URL\thttps://github.com/dlang-community/D-Scanner/\n");
|
||||||
tags[].copy(output.lockingTextWriter);
|
tags[].copy(output.lockingTextWriter);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue