From ad8ce7fbffdeae7c1bb22ee2ddd3b7a5ac18d481 Mon Sep 17 00:00:00 2001 From: Ahmed Shariff Date: Sat, 6 Jan 2024 22:08:37 -0800 Subject: [PATCH] Documentaion updates --- Documentation~/docs/usage.md | 5 ++--- Doxyfile | 4 ++-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Documentation~/docs/usage.md b/Documentation~/docs/usage.md index a449417..c03a5c4 100644 --- a/Documentation~/docs/usage.md +++ b/Documentation~/docs/usage.md @@ -11,9 +11,8 @@ This can be imported as a git package in Unity. The package is built to use [Uni ## Interactables TODO -# Usage of V1 (legacy) -The following is the documentation of the oldder version of HPUI which did not use the XRI/XR-Hands. -This can be imported as a git package in Unity (with https://github.com/ovi-lab/HPUI-Core#0.1.0 ). +# Usage of V1 (Legacy) +The following is the documentation of the Legacy version of HPUI (the `Legacy` namespace) which did not use the XRI/XR-Hands. A sample demo with v1 is available here: https://github.com/ahmed-shariff/SampleHPUI diff --git a/Doxyfile b/Doxyfile index 706d442..08514bd 100644 --- a/Doxyfile +++ b/Doxyfile @@ -517,13 +517,13 @@ EXTRACT_PRIV_VIRTUAL = NO # scope will be included in the documentation. # The default value is: NO. -EXTRACT_PACKAGE = NO +EXTRACT_PACKAGE = YES # If the EXTRACT_STATIC tag is set to YES, all static members of a file will be # included in the documentation. # The default value is: NO. -EXTRACT_STATIC = NO +EXTRACT_STATIC = YES # If the EXTRACT_LOCAL_CLASSES tag is set to YES, classes (and structs) defined # locally in source files will be included in the documentation. If set to NO,