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:")); } };