diff options
Diffstat (limited to 'documentation/poky-ref-manual/ref-classes.xml')
-rw-r--r-- | documentation/poky-ref-manual/ref-classes.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/documentation/poky-ref-manual/ref-classes.xml b/documentation/poky-ref-manual/ref-classes.xml index d1b919f9b3..c06e362cad 100644 --- a/documentation/poky-ref-manual/ref-classes.xml +++ b/documentation/poky-ref-manual/ref-classes.xml | |||
@@ -1,9 +1,9 @@ | |||
1 | <!DOCTYPE appendix PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" | 1 | <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" |
2 | "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" | 2 | "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" |
3 | [<!ENTITY % poky SYSTEM "../poky.ent"> %poky; ] > | 3 | [<!ENTITY % poky SYSTEM "../poky.ent"> %poky; ] > |
4 | 4 | ||
5 | <appendix id='ref-classes'> | 5 | <chapter id='ref-classes'> |
6 | <title>Reference: Classes</title> | 6 | <title>Classes</title> |
7 | 7 | ||
8 | <para> | 8 | <para> |
9 | Class files are used to abstract common functionality and share it amongst multiple | 9 | Class files are used to abstract common functionality and share it amongst multiple |
@@ -591,7 +591,7 @@ | |||
591 | <title>Other Classes</title> | 591 | <title>Other Classes</title> |
592 | 592 | ||
593 | <para> | 593 | <para> |
594 | Thus far, this appendix has discussed only the most useful and important | 594 | Thus far, this chapter has discussed only the most useful and important |
595 | classes. | 595 | classes. |
596 | However, other classes exist within the <filename>meta/classes</filename> directory | 596 | However, other classes exist within the <filename>meta/classes</filename> directory |
597 | in the <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>source directory</ulink>. | 597 | in the <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>source directory</ulink>. |
@@ -669,7 +669,7 @@ | |||
669 | --> | 669 | --> |
670 | 670 | ||
671 | 671 | ||
672 | </appendix> | 672 | </chapter> |
673 | <!-- | 673 | <!-- |
674 | vim: expandtab tw=80 ts=4 | 674 | vim: expandtab tw=80 ts=4 |
675 | --> | 675 | --> |