mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-10-29 09:36:10 +01:00
Tasks.documentation.javadoc threw around 50 errors due to multiple inconsistencies within the javadoc comments. Furthermore, the option 'failOnError' is now set to 'true' so that future Javadoc errors in our codebase are avoided.
10 lines
302 B
Markdown
10 lines
302 B
Markdown
---
|
|
title: Javadoc
|
|
---
|
|
|
|
You can find the Javadoc at [javadoc](https://scm-manager.org/javadoc/).
|
|
|
|
### Development note
|
|
Please keep in mind that any newly introduced Javadoc error causes build breaks by design.
|
|
Furthermore, it is advised to avoid warnings in case of newly introduced Javadoc comments.
|