diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-12-10 14:15:12 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-11 14:19:39 +0000 |
commit | c6d4c6ae72f74b55947d2c843de79144beef310e (patch) | |
tree | ae713e90a5e192a89bc9124e8f8c60bb8ce2f60d | |
parent | 98a70d89fe3123e841d95e6afd69c70cb8a69e53 (diff) | |
download | ast2050-yocto-poky-c6d4c6ae72f74b55947d2c843de79144beef310e.zip ast2050-yocto-poky-c6d4c6ae72f74b55947d2c843de79144beef310e.tar.gz |
ref-manual: Fixed some broken cross-references.
Three broken cross-references to the "qmake_base" class existed
in the variables chapter. The actual class "qmake_base" is
listed as part of the "qmake*" class so there is no tag taking
a user to the exact "qmake_base" class. Changed the tag to
"ref-classes-qmake*".
(From yocto-docs rev: c13e441e9bbe3a451a59e5123b772426d36183ae)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 923412c..c99f736 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -1859,7 +1859,7 @@ <para> This variable is used with recipes that inherit the - <link linkend='ref-classes-qmake_base'><filename>qmake_base</filename></link> + <link linkend='ref-classes-qmake*'><filename>qmake_base</filename></link> class or other classes that inherit <filename>qmake_base</filename>. </para> @@ -1877,7 +1877,7 @@ <para> This variable is used with recipes that inherit the - <link linkend='ref-classes-qmake_base'><filename>qmake_base</filename></link> + <link linkend='ref-classes-qmake*'><filename>qmake_base</filename></link> class or other classes that inherit <filename>qmake_base</filename>. </para> @@ -5093,7 +5093,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" <para> This variable is used with recipes that inherit the - <link linkend='ref-classes-qmake_base'><filename>qmake_base</filename></link> + <link linkend='ref-classes-qmake*'><filename>qmake_base</filename></link> class or other classes that inherit <filename>qmake_base</filename>. </para> |