mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Fix comments in devtools.
In particular, use the right kind of documentation comments.
This commit is contained in:
parent
5c4d2d7928
commit
422b6bd223
4 changed files with 17 additions and 11 deletions
|
@ -2,8 +2,9 @@
|
|||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
/// Liberally derived from the [Firefox JS implementation](http://mxr.mozilla.org/mozilla-central/source/toolkit/devtools/server/actors/webconsole.js).
|
||||
/// Handles interaction with the remote web console on network events (HTTP requests, responses) in Servo.
|
||||
//! Liberally derived from the [Firefox JS implementation]
|
||||
//! (http://mxr.mozilla.org/mozilla-central/source/toolkit/devtools/server/actors/webconsole.js).
|
||||
//! Handles interaction with the remote web console on network events (HTTP requests, responses) in Servo.
|
||||
|
||||
extern crate hyper;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue