Skip to content

Commit

Permalink
docs(capi): reorganize the capi module and import API documents from …
Browse files Browse the repository at this point in the history
…texi
  • Loading branch information
kanru committed Jan 11, 2024
1 parent 57554cd commit c763003
Show file tree
Hide file tree
Showing 3 changed files with 818 additions and 22 deletions.
1 change: 1 addition & 0 deletions src/capi/io.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1546,6 +1546,7 @@ pub extern "C" fn chewing_cursor_Current(ctx: *const ChewingContext) -> c_int {
ctx.editor.cursor() as c_int
}

#[deprecated(note = "The chewing_cand_TotalPage function could achieve the same effect.")]
#[tracing::instrument(skip(ctx), ret)]
#[no_mangle]
pub extern "C" fn chewing_cand_CheckDone(ctx: *const ChewingContext) -> c_int {
Expand Down
Loading

0 comments on commit c763003

Please sign in to comment.