Fix documentation errors (issue #1834)

This commit is contained in:
Marshall Greenblatt
2016-03-01 17:17:08 -05:00
parent 1b8f76dd69
commit 1b7c5303ce
16 changed files with 111 additions and 69 deletions

View File

@ -181,7 +181,7 @@ class CefBrowser : public virtual CefBase {
/*--cef()--*/
virtual void GetFrameNames(std::vector<CefString>& names) =0;
//
///
// Send a message to the specified |target_process|. Returns true if the
// message was sent successfully.
///
@ -457,7 +457,6 @@ class CefBrowserHost : public virtual CefBase {
// specified visitor. If |current_only| is true only the current navigation
// entry will be sent, otherwise all navigation entries will be sent.
///
///
/*--cef()--*/
virtual void GetNavigationEntries(
CefRefPtr<CefNavigationEntryVisitor> visitor,