Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
aspect committed Jan 9, 2024
1 parent 30b34fa commit 631e6d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/src/egui/composite_icon.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use egui::*;
///
/// See also [`Ui::button`].
///
/// ```
/// ```ignore
/// # egui::__run_test_ui(|ui| {
/// # fn do_stuff() {}
///
Expand Down
2 changes: 1 addition & 1 deletion core/src/egui/easy_mark/mod.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//! Experimental markup language
//! https://github.com/emilk/egui/blob/master/crates/egui_demo_lib/src/easy_mark/mod.rs
//! <https://github.com/emilk/egui/blob/master/crates/egui_demo_lib/src/easy_mark/mod.rs>
pub mod easy_mark_parser;
mod easy_mark_viewer;
Expand Down

0 comments on commit 631e6d8

Please sign in to comment.