Skip to content

Commit ad8ce7f

Browse files
committed
Documentaion updates
1 parent d026c44 commit ad8ce7f

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

Documentation~/docs/usage.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,8 @@ This can be imported as a git package in Unity. The package is built to use [Uni
1111
## Interactables
1212
TODO
1313

14-
# Usage of V1 (legacy)
15-
The following is the documentation of the oldder version of HPUI which did not use the XRI/XR-Hands.
16-
This can be imported as a git package in Unity (with https://github.com/ovi-lab/HPUI-Core#0.1.0 ).
14+
# Usage of V1 (Legacy)
15+
The following is the documentation of the Legacy version of HPUI (the `Legacy` namespace) which did not use the XRI/XR-Hands.
1716

1817
A sample demo with v1 is available here: https://github.com/ahmed-shariff/SampleHPUI
1918

Doxyfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -517,13 +517,13 @@ EXTRACT_PRIV_VIRTUAL = NO
517517
# scope will be included in the documentation.
518518
# The default value is: NO.
519519

520-
EXTRACT_PACKAGE = NO
520+
EXTRACT_PACKAGE = YES
521521

522522
# If the EXTRACT_STATIC tag is set to YES, all static members of a file will be
523523
# included in the documentation.
524524
# The default value is: NO.
525525

526-
EXTRACT_STATIC = NO
526+
EXTRACT_STATIC = YES
527527

528528
# If the EXTRACT_LOCAL_CLASSES tag is set to YES, classes (and structs) defined
529529
# locally in source files will be included in the documentation. If set to NO,

0 commit comments

Comments
 (0)