mirror of
https://github.com/servo/servo.git
synced 2025-06-24 17:14:33 +01:00
Add documentation to plugins crate
This commit is contained in:
parent
026b5e34ea
commit
6c9ee378f5
4 changed files with 44 additions and 8 deletions
|
@ -2,8 +2,6 @@
|
|||
* 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/. */
|
||||
|
||||
//! Exports macros for use in other Servo crates.
|
||||
|
||||
#[macro_export]
|
||||
macro_rules! bitfield(
|
||||
($bitfieldname:ident, $getter:ident, $setter:ident, $value:expr) => (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue