Skip to content

Commit 206ca7b

Browse files
committed
Bug#31037561 enable doc-comment warnings for plugin/clone
- enabled doc-comment warnings - fixed @param name Change-Id: I2e0189019aa8e949ab55cab1e11957ff74d86d67
1 parent 4a611f7 commit 206ca7b

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

plugin/clone/CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@
2222

2323
DISABLE_MISSING_PROFILE_WARNING()
2424
MSVC_CPPCHECK_DISABLE()
25-
# TODO: remove when all -Wdocumentation warnings are fixed.
26-
# - plugin/clone/include/clone_client.h
27-
DISABLE_DOCUMENTATION_WARNINGS()
2825

2926
ADD_DEFINITIONS(-DMYSQL_SERVER)
3027
ADD_DEFINITIONS(-DLOG_SUBSYSTEM_TAG="Clone")

plugin/clone/include/clone_client.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -709,7 +709,7 @@ class Client {
709709
int set_error(const uchar *buffer, size_t length);
710710

711711
/** Suspends client thread for the specified time
712-
@param[in] Time_Sec Time in seconds
712+
@param[in] wait_time Time in seconds
713713
@return error code */
714714
int wait(Time_Sec wait_time);
715715

0 commit comments

Comments
 (0)