File tree 2 files changed +4
-5
lines changed
2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -11,9 +11,8 @@ This can be imported as a git package in Unity. The package is built to use [Uni
11
11
## Interactables
12
12
TODO
13
13
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.
17
16
18
17
A sample demo with v1 is available here: https://github.com/ahmed-shariff/SampleHPUI
19
18
Original file line number Diff line number Diff line change @@ -517,13 +517,13 @@ EXTRACT_PRIV_VIRTUAL = NO
517
517
# scope will be included in the documentation.
518
518
# The default value is: NO.
519
519
520
- EXTRACT_PACKAGE = NO
520
+ EXTRACT_PACKAGE = YES
521
521
522
522
# If the EXTRACT_STATIC tag is set to YES, all static members of a file will be
523
523
# included in the documentation.
524
524
# The default value is: NO.
525
525
526
- EXTRACT_STATIC = NO
526
+ EXTRACT_STATIC = YES
527
527
528
528
# If the EXTRACT_LOCAL_CLASSES tag is set to YES, classes (and structs) defined
529
529
# locally in source files will be included in the documentation. If set to NO,
You can’t perform that action at this time.
0 commit comments