Closed gkorland closed 1 month ago
@gkorland can you explain a bit about it, what exactly is happening. In the commits of the Pull Request you mentioned, I see the docstrings are correct.
The PR can't be merged, using ``` is not a legal Javadoc
@gkorland This should be fixed now, please let me know if you still run into the issue. (Here is an example Java project that we tested with https://github.com/patched-codes/AltoroJ/pull/23)
Javadocs comments are created with surrounding ``` which are breaking to java compilation.
See example: https://github.com/FalkorDB/JFalkorDB/pull/71