Skip to content

Commit

Permalink
feat(doxygen): fix @see formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
oberrich committed Jan 2, 2025
1 parent 285a742 commit 06ce83e
Show file tree
Hide file tree
Showing 2 changed files with 465 additions and 465 deletions.
2 changes: 1 addition & 1 deletion src/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ mod doxygen {
first_see_also = false;
}

res.push(format!("\t{}", format_ref(take_word(&mut toks))));
res.push(format!("> {}", format_ref(take_word(&mut toks))));
}
"a" | "e" | "em" => res.push(format!("_{}_", take_word(&mut toks))),
"b" => res.push(format!("**{}**", take_word(&mut toks))),
Expand Down
Loading

0 comments on commit 06ce83e

Please sign in to comment.