examples: Added ending 'Interesting' tags

A handful of examples were missing the terminating 'Interesting' tag.
Added these.

Signed-off-by: Noel Eck <noel.eck@intel.com>
This commit is contained in:
Noel Eck
2017-04-05 15:43:02 -07:00
parent a655235c70
commit e2fe04927f
9 changed files with 9 additions and 2 deletions

View File

@ -122,6 +122,7 @@ int main(int argc, char **argv)
cout << "Exiting..." << endl;
delete sensor;
//! [Interesting]
return 0;
}