Skip to content

Commit

Permalink
z3-sys: Missing "See also" header.
Browse files Browse the repository at this point in the history
  • Loading branch information
waywardmonkeys committed Oct 22, 2023
1 parent 27fd0da commit d49d356
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions z3-sys/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4092,6 +4092,8 @@ extern "C" {
///
/// - `Z3_get_ast_kind(c, a) == AstKind::Numeral || Z3_is_algebraic_number(c, a)`
///
/// # See also:
///
/// - [`Z3_get_ast_kind`]
/// - [`AstKind::Numeral`]
pub fn Z3_get_numeral_double(c: Z3_context, a: Z3_ast) -> f64;
Expand Down

0 comments on commit d49d356

Please sign in to comment.