Skip to content

Commit

Permalink
Javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
rvassantlal committed Jun 7, 2024
1 parent 0186a04 commit b23a3a1
Show file tree
Hide file tree
Showing 311 changed files with 108,275 additions and 8,379 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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.

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.
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.

## Quick start

Expand Down
7 changes: 7 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,13 @@ distributions {
}
}

tasks.withType(Javadoc) {
failOnError false
options.addStringOption('Xdoclint:none', '-quiet')
options.addStringOption('encoding', 'UTF-8')
options.addStringOption('charSet', 'UTF-8')
}

dependencies {
implementation fileTree('lib'){include '*.jar'}
// https://mvnrepository.com/artifact/org.bouncycastle/bcpkix-jdk15on
Expand Down
36 changes: 0 additions & 36 deletions doc/allclasses-frame.html

This file was deleted.

36 changes: 0 additions & 36 deletions doc/allclasses-noframe.html

This file was deleted.

20 changes: 0 additions & 20 deletions doc/bftsmart/reconfiguration/package-frame.html

This file was deleted.

142 changes: 0 additions & 142 deletions doc/bftsmart/reconfiguration/package-summary.html

This file was deleted.

135 changes: 0 additions & 135 deletions doc/bftsmart/reconfiguration/package-tree.html

This file was deleted.

Loading

0 comments on commit b23a3a1

Please sign in to comment.