mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
rustdoc: Fix many rustdoc errors (#31147)
This fixes many rustdoc errors that occur due to raw URLs in rustdoc comments as well as unescaped Rust code that should be in backticks.
This commit is contained in:
parent
d7de206dbd
commit
5c1723c983
185 changed files with 939 additions and 942 deletions
|
@ -111,10 +111,10 @@ pub struct WebGLCreateContextResult {
|
|||
/// Defines the WebGL version
|
||||
#[derive(Clone, Copy, Debug, Deserialize, Eq, MallocSizeOf, PartialEq, PartialOrd, Serialize)]
|
||||
pub enum WebGLVersion {
|
||||
/// https://www.khronos.org/registry/webgl/specs/1.0.2/
|
||||
/// <https://www.khronos.org/registry/webgl/specs/1.0.2/>
|
||||
/// Conforms closely to the OpenGL ES 2.0 API
|
||||
WebGL1,
|
||||
/// https://www.khronos.org/registry/webgl/specs/latest/2.0/
|
||||
/// <https://www.khronos.org/registry/webgl/specs/latest/2.0/>
|
||||
/// Conforms closely to the OpenGL ES 3.0 API
|
||||
WebGL2,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue