Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2707fd8

Browse files
committed
fixed the cargo doc warnings
1 parent4c872b1 commit2707fd8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎imgui/src/io.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ pub struct Io {
220220
/// When holding a key/button, rate at which it repeats, in seconds
221221
pubkey_repeat_rate:f32,
222222

223-
/// Options to configure Error Handling and how we handle recoverable errors [EXPERIMENTAL]
223+
/// Options to configure Error Handling and how we handle recoverable errors
224224
/// - Error recovery is provided as a way to facilitate:
225225
/// - Recovery after a programming error (native code or scripting language - the later tends to facilitate iterating on code while running).
226226
/// - Recovery after running an exception handler or any error processing which may skip code after an error has been detected.
@@ -230,7 +230,7 @@ pub struct Io {
230230
/// - By design, we do NOT allow error recovery to be 100% silent. One of the three options needs to be checked!
231231
/// - Always ensure that on programmers seats you have at minimum Asserts or Tooltips enabled when making direct imgui API calls!
232232
/// Otherwise it would severely hinder your ability to catch and correct mistakes!
233-
/// - Read https://github.com/ocornut/imgui/wiki/Error-Handling for details.
233+
/// - Read<https://github.com/ocornut/imgui/wiki/Error-Handling> for details.
234234
/// - Programmer seats: keep asserts (default), or disable asserts and keep error tooltips (new and nice!)
235235
/// - Non-programmer seats: maybe disable asserts, but make sure errors are resurfaced (tooltips, visible log entries, use callback etc.)
236236
/// - Recovery after error/exception: record stack sizes with ErrorRecoveryStoreState(), disable assert, set log callback (to e.g. trigger high-level breakpoint), recover with ErrorRecoveryTryToRecoverState(), restore settings.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp