Index: sources/view/VBluetooth.h =================================================================== diff -u -r2fde0cfeb28b3fab9437e9bd15c1ec775785f103 -rd9c602dc1f1e5ba34bc665264d739ce6509e0198 --- sources/view/VBluetooth.h (.../VBluetooth.h) (revision 2fde0cfeb28b3fab9437e9bd15c1ec775785f103) +++ sources/view/VBluetooth.h (.../VBluetooth.h) (revision d9c602dc1f1e5ba34bc665264d739ce6509e0198) @@ -17,6 +17,14 @@ class tst_views; namespace View { + +/*! + * \brief The VBluetooth class + * Interface between the user and underlying bluetooth classes + * \details Exposes a list of unpaired and paired bluetooth devices as well as the paired and connection + * status of each devices. Interfaces with the bluetooth scanner class to initiate scans, pair, and connect to devices + * + */ class VBluetooth : public QObject { Q_OBJECT