From e4eb6a1fc8b0c2fec0fc5a3abbbab629a2a01ff0 Mon Sep 17 00:00:00 2001 From: baldurk Date: Wed, 14 Jun 2017 14:06:54 +0100 Subject: [PATCH] Add documentation for new function --- qrenderdoc/Code/Interface/RemoteHost.h | 1 + 1 file changed, 1 insertion(+) diff --git a/qrenderdoc/Code/Interface/RemoteHost.h b/qrenderdoc/Code/Interface/RemoteHost.h index 0b245c61f..64e4a0ad4 100644 --- a/qrenderdoc/Code/Interface/RemoteHost.h +++ b/qrenderdoc/Code/Interface/RemoteHost.h @@ -57,6 +57,7 @@ public: DOCUMENT("The command to run locally to try to launch the server remotely."); QString RunCommand; + DOCUMENT("Returns ``True`` if this host represents a connected ADB (Android) device."); bool IsHostADB() const { return Hostname.startsWith(lit("adb:")); } };