|
|
|
@ -838,7 +838,7 @@ sub writeClassDoc
|
|
|
|
|
|
|
|
|
|
my $sourcename = $node->{Source}->{astNodeName};
|
|
|
|
|
|
|
|
|
|
if ( $sourcename =~ m!.*(dom|kabc|tdeprint|tdesu|tdeio|kjs|tdeparts|tdetexteditor|libtdemid)/([^/]*$)! ) {
|
|
|
|
|
if ( $sourcename =~ m!.*(dom|tdeabc|tdeprint|tdesu|tdeio|kjs|tdeparts|tdetexteditor|libtdemid)/([^/]*$)! ) {
|
|
|
|
|
$sourcename = $1."/".$2;
|
|
|
|
|
} else {
|
|
|
|
|
$sourcename =~ s!.*/([^/]*$)!$1!;
|
|
|
|
|