mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-27 00:31:02 +00:00
Fix doc comment
Co-authored-by: Clément Renault <clement@meilisearch.com>
This commit is contained in:
@ -290,6 +290,8 @@ mod index_map {
|
|||||||
|
|
||||||
/// Attempts to delete and index.
|
/// Attempts to delete and index.
|
||||||
///
|
///
|
||||||
|
/// `end_deletion` must be called just after.
|
||||||
|
///
|
||||||
/// # Status table
|
/// # Status table
|
||||||
///
|
///
|
||||||
/// | Previous Status | New Status | Return value |
|
/// | Previous Status | New Status | Return value |
|
||||||
@ -312,7 +314,9 @@ mod index_map {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Marks that an index finished deletion.
|
/// Marks that an index deletion finished.
|
||||||
|
///
|
||||||
|
/// Must be used after calling `start_deletion`.
|
||||||
///
|
///
|
||||||
/// # Status table
|
/// # Status table
|
||||||
///
|
///
|
||||||
|
Reference in New Issue
Block a user