Skip to content

Commit b23a3a1

Browse files
committed
Javadoc
1 parent 0186a04 commit b23a3a1

File tree

311 files changed

+108275
-8379
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

311 files changed

+108275
-8379
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This is a Byzantine fault-tolerant state machine replication project named BFT-SMaRt, a Java open source library maintained by the LASIGE Computer Science and Engineering Research Centre at the University of Lisbon.
44

5-
This package contains the source code (src/), dependencies (lib/), documentation (doc/), running scripts (runscripts/), and configuration files (config/) for version 2.0 of the project.
5+
This package contains the source code (src/), dependencies (lib/), documentation (docs/), running scripts (runscripts/), and configuration files (config/) for version 2.0 of the project.
66

77
## Quick start
88

build.gradle

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,13 @@ distributions {
162162
}
163163
}
164164

165+
tasks.withType(Javadoc) {
166+
failOnError false
167+
options.addStringOption('Xdoclint:none', '-quiet')
168+
options.addStringOption('encoding', 'UTF-8')
169+
options.addStringOption('charSet', 'UTF-8')
170+
}
171+
165172
dependencies {
166173
implementation fileTree('lib'){include '*.jar'}
167174
// https://mvnrepository.com/artifact/org.bouncycastle/bcpkix-jdk15on

doc/allclasses-frame.html

Lines changed: 0 additions & 36 deletions
This file was deleted.

doc/allclasses-noframe.html

Lines changed: 0 additions & 36 deletions
This file was deleted.

doc/bftsmart/reconfiguration/package-frame.html

Lines changed: 0 additions & 20 deletions
This file was deleted.

doc/bftsmart/reconfiguration/package-summary.html

Lines changed: 0 additions & 142 deletions
This file was deleted.

doc/bftsmart/reconfiguration/package-tree.html

Lines changed: 0 additions & 135 deletions
This file was deleted.

0 commit comments

Comments
 (0)