Commit 2ecc94d
authored
Make the scaladoc footer text configurable (#16064)
Among the multiple changes in #15697 the footer text stoped being
configurable (defaulting to an EPFL copyright).
This PR makes the footer text configurable again.
Incidentally, this will also fix the copyright message to show 2022
(notice that the current message says 2021, while [the message defined
in the
build](https://github.com/lampepfl/dotty/blob/afc6ce4d2135e3532bf28146a7700d2cc4338e90/project/Build.scala#L1887)
uses `$currentYear`).File tree
1 file changed
+6
-18
lines changed- scaladoc/src/dotty/tools/scaladoc/renderers
1 file changed
+6
-18
lines changedLines changed: 6 additions & 18 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
201 | 201 | | |
202 | 202 | | |
203 | 203 | | |
204 | | - | |
205 | | - | |
206 | | - | |
207 | | - | |
208 | | - | |
209 | | - | |
| 204 | + | |
| 205 | + | |
210 | 206 | | |
211 | 207 | | |
212 | 208 | | |
| |||
277 | 273 | | |
278 | 274 | | |
279 | 275 | | |
280 | | - | |
281 | | - | |
282 | | - | |
| 276 | + | |
283 | 277 | | |
284 | | - | |
285 | | - | |
286 | | - | |
| 278 | + | |
287 | 279 | | |
288 | 280 | | |
289 | 281 | | |
| |||
316 | 308 | | |
317 | 309 | | |
318 | 310 | | |
319 | | - | |
320 | | - | |
321 | | - | |
| 311 | + | |
322 | 312 | | |
323 | | - | |
324 | | - | |
325 | | - | |
| 313 | + | |
326 | 314 | | |
327 | 315 | | |
328 | 316 | | |
0 commit comments