Skip to content

Commit d22d588

Browse files
authored
refactor: some more scaladoc cleanup (#17967)
This gets rid of some more stuff in scaladoc that doesn't seem to be used at all. You can see more details in each individual commit.
1 parent 3b20d78 commit d22d588

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)