Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 7224
b: refs/heads/master
c: 2283a11
h: refs/heads/master
v: v3
  • Loading branch information
Randy Dunlap authored and Sam Ravnborg committed Jul 13, 2005
1 parent 0ab35b2 commit 1264042
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 66da665ca36b07728acf35881f918a89a2c9fbb2
refs/heads/master: 2283a117f65650352f2a9fd6b9af4cdbf5478d14
8 changes: 7 additions & 1 deletion trunk/scripts/kernel-doc
Original file line number Diff line number Diff line change
Expand Up @@ -1665,11 +1665,17 @@ sub xml_escape($) {
}

sub process_file($) {
my ($file) = "$ENV{'SRCTREE'}@_";
my $file;
my $identifier;
my $func;
my $initial_section_counter = $section_counter;

if (defined($ENV{'SRCTREE'})) {
$file = "$ENV{'SRCTREE'}" . "/" . "@_";
}
else {
$file = "@_";
}
if (defined($source_map{$file})) {
$file = $source_map{$file};
}
Expand Down

0 comments on commit 1264042

Please sign in to comment.