docs: added optional @web tag for sensor links

Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
Mihai Tudor Panu 2015-03-18 18:00:43 -07:00
parent fbbf56a49d
commit 1792eb9cfe

View File

@ -29,6 +29,7 @@ Here's an example (disregard the "@verbatim" tags in your actual code):
* @altname <alt-name>
* @type <component-category>
* @man <component-manufacturer>
* @web <component-weblinks>
* @con <connection-type>
* @kit <component-kit>
*
@ -55,6 +56,7 @@ Here's an example (disregard the "@verbatim" tags in your actual code):
- `<component-category>` Mention one or more categories the sensor fits in. Can
be 'other'. *Mandatory*
- `<component-manufacturer>` Sensor manufacturer. Can be 'generic'. *Mandatory*
- `<component-weblinks>` Links to vendors or data-sheets. *Optional*
- `<connection-type>` Specifies how does the sensor connect to the board
*Mandatory*
- `<component-kit>` Specifies if the sensor is part of a kit. *Optional*