diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2011-04-04 15:25:15 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-06 07:59:55 -0700 |
commit | 5ac97ba191c8707ff20105626427998df997d221 (patch) | |
tree | 2d264484d364349802d3132b7f87c30819332dab /documentation/poky-ref-manual | |
parent | 7cbd6bb020e16ceb1894a408852648a915f193f3 (diff) | |
download | openembedded-core-5ac97ba191c8707ff20105626427998df997d221.tar.gz openembedded-core-5ac97ba191c8707ff20105626427998df997d221.tar.bz2 openembedded-core-5ac97ba191c8707ff20105626427998df997d221.zip |
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/poky-ref-manual')
-rw-r--r-- | documentation/poky-ref-manual/ref-classes.xml | 2 |
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> |