diff options
| author | Adam Izraelevitz | 2020-09-14 10:17:49 -0700 |
|---|---|---|
| committer | GitHub | 2020-09-14 17:17:49 +0000 |
| commit | 69e27b2fd9e02d4e3a024eec0cafce5b4b46c10a (patch) | |
| tree | da496ac9fcc2ae6d02560edf9cf10d10e9b3964b /build.sbt | |
| parent | 3b5fda0c604b393833769250ade9f7d13ca4e5e7 (diff) | |
Documentation and minor plugin changes. (#1573)
* Added documentation. Bugfix in plugin. Moved plugin APIs to separate package
* Revert reg naming behavior (omit underscore)
* Added documentation and a test
* Addressed reviewer feedback.
Diffstat (limited to 'build.sbt')
| -rw-r--r-- | build.sbt | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -233,6 +233,7 @@ lazy val docs = project // new documentation project .in(file("docs-target")) // important: it must not be docs/ .dependsOn(chisel) .enablePlugins(MdocPlugin) + .settings(usePluginSettings: _*) .settings(commonSettings) .settings( scalacOptions += "-language:reflectiveCalls", |
