summaryrefslogtreecommitdiff
path: root/odk/util/check.pl
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-05-31 15:34:58 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:12 +0200
commita95520b501751af8977cc47a40d1897023fb2b78 (patch)
tree96d755df3568f424ae171049b967d6e51410efcf /odk/util/check.pl
parent7a5a19218707ab580d58a3fbadec1148368661f1 (diff)
odk: doxygen 1.8.4 does not have PREDICTABLE_URLS
... so adjust the links to the less predictable defaults for now. Change-Id: Ia39823fe048ceb878465ce4bfdb60a3276864ba3
Diffstat (limited to 'odk/util/check.pl')
-rw-r--r--odk/util/check.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/odk/util/check.pl b/odk/util/check.pl
index e6a004e8f3c8..d1b906e096a4 100644
--- a/odk/util/check.pl
+++ b/odk/util/check.pl
@@ -350,9 +350,9 @@ if (-d "$SdkDir") {
foreach $i (@idl_dirlist)
{
$i =~ s/\//_1_1/g;
- if (!check_file("docs/idl/ref/com_1_1sun_1_1star_1_1$i.html")) {
+ if (!check_file("docs/idl/ref/namespacecom_1_1sun_1_1star_1_1$i.html")) {
$return++;
- print "\nERROR: \"docs/idl/ref/com_1_1sun_1_1star_1_1$i.html\" is missing\n";
+ print "\nERROR: \"docs/idl/ref/namespacecom_1_1sun_1_1star_1_1$i.html\" is missing\n";
} else {
print "+";
}