From 2cc8af903fe61177dcca1db14d60953271c4ca6b Mon Sep 17 00:00:00 2001 From: ducky Date: Mon, 2 Nov 2015 17:20:09 -0800 Subject: Remove implementation details from scaladoc. You didn't want it, so Imma getting rid of it... --- src/main/scala/Chisel/Data.scala | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/main/scala/Chisel/Data.scala') diff --git a/src/main/scala/Chisel/Data.scala b/src/main/scala/Chisel/Data.scala index 85a436ed..679b8eb8 100644 --- a/src/main/scala/Chisel/Data.scala +++ b/src/main/scala/Chisel/Data.scala @@ -74,8 +74,7 @@ abstract class Data(dirArg: Direction) extends HasId { private[Chisel] def flatten: IndexedSeq[Bits] /** Creates an new instance of this type, unpacking the input Bits into - * structured data. Generates no logic (should be either wires or a syntactic - * transformation). + * structured data. * * This performs the inverse operation of toBits. * @@ -94,8 +93,7 @@ abstract class Data(dirArg: Direction) extends HasId { wire.asInstanceOf[this.type] } - /** Packs the value of this object as plain Bits. Generates no logic (should - * be either wires or a syntactic transformation). + /** Packs the value of this object as plain Bits. * * This performs the inverse operation of fromBits(Bits). */ -- cgit v1.2.3