From aaa359f3b07e5e37cfb228a34aa45bee1de91ac1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Crozet?= Date: Mon, 7 Aug 2017 21:09:21 +0200 Subject: [PATCH] Remove hand-written rustdoc doc for quaternon and unit_complex. Those are now generated automatically by rustdoc. --- src/geometry/quaternion.rs | 115 ----------------------------------- src/geometry/unit_complex.rs | 94 ---------------------------- 2 files changed, 209 deletions(-) diff --git a/src/geometry/quaternion.rs b/src/geometry/quaternion.rs index 6bc0db2f..125164ea 100644 --- a/src/geometry/quaternion.rs +++ b/src/geometry/quaternion.rs @@ -286,121 +286,6 @@ impl fmt::Display for Quaternion { } /// A unit quaternions. May be used to represent a rotation. -/// -/// -///
-/// -/// Due to a [bug](https://github.com/rust-lang/rust/issues/32077) in rustdoc, the documentation -/// below has been written manually lists only method signatures.
-/// Trait implementations are not listed either. -///
-///
-/// -/// Please refer directly to the documentation written above each function definition on the source -/// code for more details. -/// -///

Methods

-/// -/// -///

-///

-///

-///

-///

-///

-///

-///

-///

-///

-///

-///

-///

-///

-///

-///

-///

-///

-///

-///

-///

-///

-///

-///

-///

-///

-///

-///

-///

-///

-///

-///

-///

pub type UnitQuaternion = Unit>; diff --git a/src/geometry/unit_complex.rs b/src/geometry/unit_complex.rs index 9d44ab2f..61400e21 100644 --- a/src/geometry/unit_complex.rs +++ b/src/geometry/unit_complex.rs @@ -7,100 +7,6 @@ use core::{Unit, Vector1, Matrix2, Matrix3}; use geometry::Rotation2; /// A complex number with a norm equal to 1. -/// -///
-/// -/// Due to a [bug](https://github.com/rust-lang/rust/issues/32077) in rustdoc, the documentation -/// below has been written manually lists only method signatures.
-/// Trait implementations are not listed either. -///
-///
-/// -/// Please refer directly to the documentation written above each function definition on the source -/// code for more details. -/// -/// -///

Methods

-/// -///

-/// -///

-/// -///

-/// -///

-/// -///

-/// -///

-/// -///

-/// -///

-/// -///

-/// -///

-/// -///

-/// -///

-/// -///

-/// -///

-/// -///

-/// -///

-/// -///

-/// -///

-/// -///

-/// -///

pub type UnitComplex = Unit>; impl UnitComplex {