Use @member instead of @type so webdoc knows we're documenting a class member.
Change /** to /* where it's not an actual documentation comment.
Fix the "device" namespace so the namespace is the actual object and remove all @memberof tags pointing to that
namespace in the object properties (webdoc parses the object properties automatically!)≈
/**
to/*
where it's not an actual documentation comment.