Fix minor problems in wxWebRequest documentation
Add missing "true" and consistently use "@true" alias for it. Reword explanation about what "peer verification" means. Closes #24300.
This commit is contained in:
parent
4e03291de2
commit
b12977cb75
1 changed files with 2 additions and 2 deletions
|
|
@ -422,7 +422,7 @@ public:
|
|||
void DisablePeerVerify(bool disable = true);
|
||||
|
||||
/**
|
||||
Returns if peer verification has been disabled.
|
||||
Return @true if SSL certificate verification has been disabled.
|
||||
|
||||
@see DisablePeerVerify()
|
||||
*/
|
||||
|
|
@ -788,7 +788,7 @@ public:
|
|||
wxWebSessionHandle GetNativeHandle() const;
|
||||
|
||||
/**
|
||||
Return true if the session was successfully opened and can be used.
|
||||
Return @true if the session was successfully opened and can be used.
|
||||
*/
|
||||
bool IsOpened() const;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue