aromanenko-dev commented on pull request #14642:
URL: https://github.com/apache/beam/pull/14642#issuecomment-827004094


   Well, actually it's caused by the fact that `@` in `<pre>{@code } ...</pre>` 
is considered as a special character, so it's not properly formatted. I think 
the only way to fix it (and to keep `@` character in code snippet) is to use 
`<pre></pre>` and escape `@`, `<` and `>`  characters with HTML codes.
   
   Btw, you can check JdbcIO Javadoc files locally by running `./gradlew 
javadoc` and then opening a file 
`sdks/java/io/jdbc/build/docs/javadoc/org/apache/beam/sdk/io/jdbc/JdbcIO.html` 
in a browser.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to