diff --git a/include/cef_browser.h b/include/cef_browser.h index 70f684d8f..3301d51a8 100644 --- a/include/cef_browser.h +++ b/include/cef_browser.h @@ -249,7 +249,7 @@ class CefPdfPrintCallback : public virtual CefBaseRefCounted { /// is the output path. |ok| will be true if the printing completed /// successfully or false otherwise. /// - /*--cef()--*/ + /*--cef(optional_param=path)--*/ virtual void OnPdfPrintFinished(const CefString& path, bool ok) = 0; };