Skip to content

Commit bac11d4

Browse files
authored
Backport "refactor: some more scaladoc cleanup" to LTS (#18990)
Backports #17967 to the LTS branch. PR submitted by the release tooling. [skip ci]
2 parents af6d0ba + 854dc51 commit bac11d4

File tree

5 files changed

+6
-9
lines changed

5 files changed

+6
-9
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,3 +95,7 @@ contributors.js
9595
content-contributors.css
9696
docs/_spec/_site/
9797
docs/_spec/.jekyll-metadata
98+
99+
# scaladoc related
100+
scaladoc/output/
101+

scaladoc/.gitignore

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

scaladoc/.scalafmt.conf

Lines changed: 0 additions & 1 deletion
This file was deleted.

scaladoc/noResultStructure.html

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

scaladoc/scripts/mk-index.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/usr/bin/env bash
22

3+
# NOTE that this file is used in CI
4+
35
MYDIR="$(dirname "$(readlink -f "$0")")"
46

57

0 commit comments

Comments
 (0)