Skip to content
Snippets Groups Projects
Commit a2a0f4ca authored by Christian Engwer's avatar Christian Engwer
Browse files

Finally found the bug in Doxydep... not it also rebuilds the docs

after a file is removed

[[Imported from SVN: r1231]]
parent 78634cbb
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,8 @@ if (! $target) { $target = $defaulttarget };
sub addDep ($) {
my $dep = shift;
if (defined($dep) && ! $dep eq "") {
print DEPFILE "$target: $dep\n";
print DEPFILE "$target: $dep\n\n";
print DEPFILE "$dep:\n\n";
}
}
......
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