From 3ebceff428ed8ad76ead0cb1b312eecfc6912e35 Mon Sep 17 00:00:00 2001 From: David Rowe Date: Thu, 28 Nov 2019 12:42:35 +1300 Subject: [PATCH] Doc review --- interface/src/ui/Stats.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/interface/src/ui/Stats.h b/interface/src/ui/Stats.h index 00b699c3e6..794d1c8eb3 100644 --- a/interface/src/ui/Stats.h +++ b/interface/src/ui/Stats.h @@ -24,7 +24,9 @@ private: \ type _##name{ initialValue }; /**jsdoc - * The Stats API provides and statistics on Interface and domain operation, per the statistics overlay. + * The Stats API provides statistics on Interface and domain operation, per the statistics overlay. + * + *

Note: This API is primarily an internal diagnostics tool and is provided "as is".

* * @namespace Stats *