aboutsummaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2011-04-04 15:25:15 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-04-06 07:59:55 -0700
commit5ac97ba191c8707ff20105626427998df997d221 (patch)
tree2d264484d364349802d3132b7f87c30819332dab /documentation
parent7cbd6bb020e16ceb1894a408852648a915f193f3 (diff)
downloadopenembedded-core-contrib-5ac97ba191c8707ff20105626427998df997d221.tar.gz
document/poky-ref-manual/ref-classes.xml: removed <function> tag
I got rid of the <function> tag and replaced with <filename>. We have too many styles. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/poky-ref-manual/ref-classes.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/poky-ref-manual/ref-classes.xml b/documentation/poky-ref-manual/ref-classes.xml
index d7cfb6e143..9082aa7098 100644
--- a/documentation/poky-ref-manual/ref-classes.xml
+++ b/documentation/poky-ref-manual/ref-classes.xml
@@ -35,7 +35,7 @@
(empty by default). These are often overridden or extended by other classes
such as <filename>autotools.bbclass</filename> or
<filename>package.bbclass</filename>. The class also contains some commonly
- used functions such as <function>oe_runmake</function>.
+ used functions such as <variable>oe_runmake</variable>.
</para>
</section>