Polishing

This commit is contained in:
David Rowe 2019-12-15 14:23:33 +13:00
parent 93bcb43186
commit e6e240edb5
2 changed files with 4 additions and 6 deletions

View file

@ -179,7 +179,6 @@ public:
/**jsdoc
* Sets the target desktop LOD FPS.
* <p>Note: Called by {@link LODManager.
* @function LODManager.setDesktopLODTargetFPS
* @param {number} value - The target desktop LOD FPS, in Hz.
*/
@ -325,8 +324,7 @@ signals:
void LODDecreased();
/**jsdoc
* Triggered when whether the LOD is being automatically adjusted changes.
* Use {@link LODManager.getAutomaticLODAdjust|getAutomaticLODAdjust} to get whether the LOD is being automatically adjusted.
* Triggered when whether or not the LOD is being automatically adjusted changes.
* @function LODManager.autoLODChanged
* @returns {Signal}
*/

View file

@ -21,7 +21,7 @@ static const int VR_TARGET_RATE = 90;
* <p>Refresh rate profile.</p>
* <table>
* <thead>
* <tr><th>Refresh Rate Profile</th><th>Description</th></tr>
* <tr><th>Value</th><th>Description</th></tr>
* </thead>
* <tbody>
* <tr><td><code>"Eco"</code></td><td>Low refresh rate, which is reduced when Interface doesn't have focus or is
@ -40,7 +40,7 @@ static const std::array<std::string, RefreshRateManager::RefreshRateProfile::PRO
* <p>Interface states that affect the refresh rate.</p>
* <table>
* <thead>
* <tr><th>Refresh Rate Regime</th><th>Description</th></tr>
* <tr><th>Value</th><th>Description</th></tr>
* </thead>
* <tbody>
* <tr><td><code>"FocusActive"</code></td><td>Interface has focus and the user is active or is in VR.</td></tr>
@ -60,7 +60,7 @@ static const std::array<std::string, RefreshRateManager::RefreshRateRegime::REGI
* <p>User experience (UX) modes.</p>
* <table>
* <thead>
* <tr><th>UX Mode</th><th>Description</th></tr>
* <tr><th>Value</th><th>Description</th></tr>
* </thead>
* <tbody>
* <tr><td><code>"Desktop"</code></td><td>Desktop user experience.</td></tr>