Skip to content
Snippets Groups Projects
Commit b9b90da4 authored by Andinet enquobahrie's avatar Andinet enquobahrie
Browse files

DOC: Fix documentation for DummyClient

parent fc34029b
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@ using namespace imstk;
///
/// \brief This example demonstrates controlling the object
/// using external device. NOTE: Requires GeoMagic Touch device
/// using a simulated tracker: dummy client
///
int main()
{
......
......@@ -28,7 +28,8 @@ namespace imstk
{
///
/// \class Dummy client
/// \brief Allows setting the pose of the device from external caller
/// \brief Allows setting the pose of the device from external caller without a
/// real device connected
///
class DummyClient : public DeviceClient
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment