documentation.md: Add details of what code files to put sensor block comments

Signed-off-by: John Van Drasek <john.r.van.drasek@intel.com>
This commit is contained in:
John Van Drasek 2015-03-20 14:28:14 -07:00
parent e1648d7ec7
commit ff55f641a2

View File

@ -15,9 +15,10 @@ sensors that you want to add to UPM:
####The sensor block
This is added just before your class definition and has mandatory fields. For
single sensor libraries, this block will actually follow immediately after the
library block. If you have multiple physical sensors, add this to every one.
This is added just before the class declaration in your header(.h) file and has
mandatory fields. For single sensor libraries, this block will actually
follow immediately after the library block. If you have multiple physical
sensors, add this to every one.
Here's an example (disregard the "@verbatim" tags in your actual code):
```