-
Notifications
You must be signed in to change notification settings - Fork 120
docs: api/grn_db: move grn_db_recover() reference to the header file #1985
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
GitHub: groongaGH-1817 Prepare to switch to documents automatically generated by Doxygen.
| * \brief Checks the passed database and recovers it if it is broken and it | ||
| * can be recovered. | ||
| * | ||
| * This API uses lock existence for checking whether the database is |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
\details は書かなくても良いっぽいので、省略してみたのだけれど、明記したほうが良いだろうか。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
なくていいならなくていいんじゃない?
include/groonga/db.h
Outdated
| * Table and data column can be recovered by removing an existence | ||
| * lock and re-add data. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| * Table and data column can be recovered by removing an existence | |
| * lock and re-add data. | |
| * Table and data column can be recovered manually by removing an existence | |
| * lock and re-add data. |
include/groonga/db.h
Outdated
| GRN_API void | ||
| grn_db_touch(grn_ctx *ctx, grn_obj *db); | ||
| /** | ||
| * \brief Checks the passed database and recovers it if it is broken and it |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[nits] 三単現のsがないほうが多いので合わせてあげられると良さそうです。
| * \brief Checks the passed database and recovers it if it is broken and it | |
| * \brief Check the passed database and recover it if it is broken and it |
GitHub: GH-1817
Prepare to switch to documents automatically generated by Doxygen.