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 08:01:19 -0700 |
commit | 5bbffff68be1b8ab92a12f203a0ad57a80444c17 (patch) | |
tree | 2209dcde5e0a01a29eda7f721b6a7f1afed055ae /documentation/poky-ref-manual | |
parent | da283ba65b4a9f632e18a521e531c2ced4987a55 (diff) | |
download | poky-5bbffff68be1b8ab92a12f203a0ad57a80444c17.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.
(From OE-Core rev: 5ac97ba191c8707ff20105626427998df997d221)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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 @@ | |||
35 | (empty by default). These are often overridden or extended by other classes | 35 | (empty by default). These are often overridden or extended by other classes |
36 | such as <filename>autotools.bbclass</filename> or | 36 | such as <filename>autotools.bbclass</filename> or |
37 | <filename>package.bbclass</filename>. The class also contains some commonly | 37 | <filename>package.bbclass</filename>. The class also contains some commonly |
38 | used functions such as <function>oe_runmake</function>. | 38 | used functions such as <variable>oe_runmake</variable>. |
39 | </para> | 39 | </para> |
40 | </section> | 40 | </section> |
41 | 41 | ||