Skip to content

Commit 7a0cae6

Browse files
committed
Add missing docs for Browser.Print() method
1 parent 3ec4a06 commit 7a0cae6

File tree

3 files changed

+17
-5
lines changed

3 files changed

+17
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -203,8 +203,8 @@ Additional information for v31.2 release:
203203
- [Tutorial](docs/Tutorial.md)
204204

205205

206-
### API categories
207-
206+
### API categories
207+
208208
#### Modules
209209

210210
* [cefpython](api/cefpython.md#cefpython) module
@@ -259,9 +259,9 @@ Additional information for v31.2 release:
259259
* [StringVisitor](api/StringVisitor.md#stringvisitor-interface) interface
260260
* [WebRequestClient](api/WebRequestClient.md#webrequestclient-interface) interface
261261

262-
263-
### API index
264-
262+
263+
### API index
264+
265265
* [Application settings](api/ApplicationSettings.md#application-settings)
266266
* [accept_language_list](api/ApplicationSettings.md#accept_language_list)
267267
* [auto_zooming](api/ApplicationSettings.md#auto_zooming)
@@ -344,6 +344,7 @@ Additional information for v31.2 release:
344344
* [NotifyMoveOrResizeStarted](api/Browser.md#notifymoveorresizestarted)
345345
* [NotifyScreenInfoChanged](api/Browser.md#notifyscreeninfochanged)
346346
* [ParentWindowWillClose](api/Browser.md#parentwindowwillclose)
347+
* [Print](api/Browser.md#print)
347348
* [Reload](api/Browser.md#reload)
348349
* [ReloadIgnoreCache](api/Browser.md#reloadignorecache)
349350
* [ReplaceMisspelling](api/Browser.md#replacemisspelling)

api/API-index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@
8484
* [NotifyMoveOrResizeStarted](Browser.md#notifymoveorresizestarted)
8585
* [NotifyScreenInfoChanged](Browser.md#notifyscreeninfochanged)
8686
* [ParentWindowWillClose](Browser.md#parentwindowwillclose)
87+
* [Print](Browser.md#print)
8788
* [Reload](Browser.md#reload)
8889
* [ReloadIgnoreCache](Browser.md#reloadignorecache)
8990
* [ReplaceMisspelling](Browser.md#replacemisspelling)

api/Browser.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ Table of contents:
6464
* [NotifyMoveOrResizeStarted](#notifymoveorresizestarted)
6565
* [NotifyScreenInfoChanged](#notifyscreeninfochanged)
6666
* [ParentWindowWillClose](#parentwindowwillclose)
67+
* [Print](#print)
6768
* [Reload](#reload)
6869
* [ReloadIgnoreCache](#reloadignorecache)
6970
* [ReplaceMisspelling](#replacemisspelling)
@@ -662,6 +663,15 @@ disabled.
662663
This method does nothing. Kept for BC.
663664

664665

666+
### Print
667+
668+
| | |
669+
| --- | --- |
670+
| __Return__ | void |
671+
672+
Print the current browser contents.
673+
674+
665675
### Reload
666676

667677
| | |

0 commit comments

Comments
 (0)