From e6543fe06593cf46009f132f3c5e66fc44446e2e Mon Sep 17 00:00:00 2001 From: Ralph Wessel Date: Thu, 19 Sep 2024 10:31:32 +0100 Subject: [PATCH] Clarified DocumentInfo documentation --- .../Interface/Browser/Bridge/Base/Arg/DocumentInfo.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/SpeckleConnector/Connector/Interface/Browser/Bridge/Base/Arg/DocumentInfo.h b/SpeckleConnector/Connector/Interface/Browser/Bridge/Base/Arg/DocumentInfo.h index b9ed59f..56ac1b5 100644 --- a/SpeckleConnector/Connector/Interface/Browser/Bridge/Base/Arg/DocumentInfo.h +++ b/SpeckleConnector/Connector/Interface/Browser/Bridge/Base/Arg/DocumentInfo.h @@ -29,12 +29,12 @@ namespace connector::interfac::browser::bridge { // MARK: - Public variables (NB: Assuming to class invariants or overrides for this data, so making public for simplicity) - ///The project location - speckle::utility::String location; //TODO: Confirm this is an address + ///The URL of the project file (non-teamwork) or server (teamwork) + speckle::utility::String location; ///The project name - speckle::utility::String name; //TODO: Assume project name rather than document (file) name - need to confirm + speckle::utility::String name; ///A unique, persistent ID for the project document - speckle::utility::String ID; //TODO: should possibly be a guid - need to check + speckle::utility::String ID; // MARK: - Serialisation