diff options
| author | Dave Clark <[email protected]> | 2017-08-01 21:34:58 -0400 |
|---|---|---|
| committer | Dave Clark <[email protected]> | 2017-08-01 21:34:58 -0400 |
| commit | 0b5cb2081fc8fa69ffc5e8db995afa5baffc43c4 (patch) | |
| tree | 3c1c3e7d7530069a91ecf2b85a09ffd349a42441 /doc/html/navtreedata.js | |
| parent | Initial commit (diff) | |
| download | gfesdk-0b5cb2081fc8fa69ffc5e8db995afa5baffc43c4.tar.xz gfesdk-0b5cb2081fc8fa69ffc5e8db995afa5baffc43c4.zip | |
documentation test
Diffstat (limited to 'doc/html/navtreedata.js')
| -rw-r--r-- | doc/html/navtreedata.js | 61 |
1 files changed, 61 insertions, 0 deletions
diff --git a/doc/html/navtreedata.js b/doc/html/navtreedata.js new file mode 100644 index 0000000..3a0487d --- /dev/null +++ b/doc/html/navtreedata.js @@ -0,0 +1,61 @@ +var NAVTREE = +[ + [ "NVIDIAGeForceExperienceSDK", "index.html", [ + [ "Overview", "index.html", [ + [ "NVIDIA GeForce Experience SDK", "index.html#section_main", [ + [ "At a Glance", "index.html#section_glance", [ + [ "Software Stack", "index.html#section_stack", null ], + [ "GfeSDK Package", "index.html#section_package", null ], + [ "Compiling And Linking", "index.html#section_compiling", null ] + ] ], + [ "Using GfeSDK", "index.html#section_using", [ + [ "Creation and Release", "index.html#section_example_create", null ], + [ "Request Permissions", "index.html#section_example_permission", null ], + [ "Configure Highlights", "index.html#section_example_highlightsconfigure", null ], + [ "Groups and Saving Highlights", "index.html#section_Example_highlights", null ], + [ "Open Highlight Summary", "index.html#section_example_summary", null ] + ] ], + [ "Concepts", "index.html#section_concepts", [ + [ "Strings", "index.html#section_strings", null ], + [ "Versioning", "index.html#section_version", null ], + [ "Permissions", "index.html#section_permissions", null ], + [ "Asynchronous Calls", "index.html#section_async", null ], + [ "Notifications", "index.html#section_notifications", null ], + [ "Threading", "index.html#section_threading", null ], + [ "In Game Overlay", "index.html#section_igo", null ], + [ "Logging", "index.html#section_log", null ] + ] ] + ] ] + ] ], + [ "Changelog", "section_changelog.html", null ], + [ "Classes", "annotated.html", [ + [ "Class List", "annotated.html", "annotated_dup" ], + [ "Class Index", "classes.html", null ], + [ "Class Hierarchy", "hierarchy.html", "hierarchy" ], + [ "Class Members", "functions.html", [ + [ "All", "functions.html", null ], + [ "Functions", "functions_func.html", null ], + [ "Variables", "functions_vars.html", null ] + ] ] + ] ], + [ "Files", null, [ + [ "File List", "files.html", "files" ], + [ "File Members", "globals.html", [ + [ "All", "globals.html", null ], + [ "Functions", "globals_func.html", null ], + [ "Typedefs", "globals_type.html", null ], + [ "Enumerations", "globals_enum.html", null ], + [ "Enumerator", "globals_eval.html", null ] + ] ] + ] ] + ] ] +]; + +var NAVTREEINDEX = +[ +".html", +"struct_n_v_g_s_d_k___highlight_open_group_params.html#a3d06bbfc6586ca5378eedc9a5984d662" +]; + +var SYNCONMSG = 'click to disable panel synchronisation'; +var SYNCOFFMSG = 'click to enable panel synchronisation';
\ No newline at end of file |