diff options
author | Holger Freyther <zecke@selfish.org> | 2005-07-08 20:20:35 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-07-08 20:20:35 +0000 |
commit | e699f52a5a752f2198b404171288d8dcb2d0bef1 (patch) | |
tree | 94be9aec94ba40245208c59a360b4ad9616fc8ed | |
parent | 2e2830d17060659c43382eff699eef6f89382c50 (diff) |
documentation.conf:
-Clarify on how to use @see and @group to categorize and link
the configuration.
Please feel free to update the documentation and add not yet
documented keys to this file.
-rw-r--r-- | conf/documentation.conf | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/conf/documentation.conf b/conf/documentation.conf index 48e7e45ec8..19aaf2dd48 100644 --- a/conf/documentation.conf +++ b/conf/documentation.conf @@ -13,13 +13,13 @@ BUILD_SYS[doc] = "FIXME" BUILD_PREFIX[doc] = "FIXME" BUILD_CC_ARCH[doc] = "FIXME" -HOST_ARCH[doc] = "The name of the target architecture. Normally same as the TARGET_ARCH (@see TARGET_ARCH)" +HOST_ARCH[doc] = "The name of the target architecture. Normally same as the TARGET_ARCH @see TARGET_ARCH @group base" HOST_OS[doc] = "The name of the target operating system. Normally the same as the TARGET_OS \ -(@see TARGET_OS)" -HOST_VENDOR[doc] = "The name of the vendor. Normally same as the TARGET_VENDOR (@see TARGET_VENDOR)" +@see TARGET_OS @group base" +HOST_VENDOR[doc] = "The name of the vendor. Normally same as the TARGET_VENDOR @see TARGET_VENDOR" HOST_SYS[doc] = "FIXME" -HOST_PREFIX[doc] = "Normally same as the TARGET_PREFIX (@see TARGET_PREFIX)" -HOST_CC_ARCH[doc] = "Normally same as the TARGET_CC_ARCH (@see TARGET_CC_ARCH)" +HOST_PREFIX[doc] = "Normally same as the TARGET_PREFIX @see TARGET_PREFIX @group base" +HOST_CC_ARCH[doc] = "Normally same as the TARGET_CC_ARCH @see TARGET_CC_ARCH @group base" TARGET_ARCH[doc] = "Build for which architecture. Examples are arm, i686, sh3, mips, powerpc" TARGET_OS[doc] = "Build for which Operating System. Currently possible values are \ |