📝 use h3 headings for events and methods, per the styleguide

This commit is contained in:
Zeke Sikelianos 2016-06-17 12:16:15 -07:00
parent 40c195cf5c
commit 0d481aaeb8
8 changed files with 110 additions and 110 deletions

View file

@ -1035,7 +1035,7 @@ Detaches the debugger from the `webContents`.
Send given command to the debugging target.
#### Event: 'detach'
### Event: 'detach'
* `event` Event
* `reason` String - Reason for detaching debugger.
@ -1043,7 +1043,7 @@ Send given command to the debugging target.
Emitted when debugging session is terminated. This happens either when
`webContents` is closed or devtools is invoked for the attached `webContents`.
#### Event: 'message'
### Event: 'message'
* `event` Event
* `method` String - Method name.