From dad4c2365c795c0963f538331d984efc09dcf49e Mon Sep 17 00:00:00 2001 From: Jim Lawson Date: Tue, 21 May 2019 17:01:31 -0700 Subject: Minor Scaladoc update (#1099) * Minor Scaladoc update - add/move package descriptive text - fix FixedPoint link (it's chisel3.experimental.FixedPoint) * Add missing period at EOS --- root-doc.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'root-doc.txt') diff --git a/root-doc.txt b/root-doc.txt index fa87d7b2..8dd60718 100644 --- a/root-doc.txt +++ b/root-doc.txt @@ -3,7 +3,7 @@ This is the documentation for Chisel. == Package structure == The [[chisel3]] package presents the public API of Chisel. -It contains the concrete core types [[chisel3.UInt `UInt`]], [[chisel3.SInt `SInt`]], [[chisel3.Bool `Bool`]], [[chisel3.FixedPoint `FixedPoint`]], [[chisel3.Clock `Clock`]], and [[chisel3.Reg `Reg`]], +It contains the concrete core types [[chisel3.UInt `UInt`]], [[chisel3.SInt `SInt`]], [[chisel3.Bool `Bool`]], [[chisel3.experimental.FixedPoint `FixedPoint`]], [[chisel3.Clock `Clock`]], and [[chisel3.Reg `Reg`]], the abstract types [[chisel3.Bits `Bits`]], [[chisel3.Aggregate `Aggregate`]], and [[chisel3.Data `Data`]], and the aggregate types [[chisel3.Bundle `Bundle`]] and [[chisel3.Vec `Vec`]]. -- cgit v1.2.3