Update java code with doxygen tags, add menu files. (#1972)

* Update java code with doxygen tags, add menu files.

* Add -Xdoclint:none to autotools javadoc command

* Committing clang-format changes

* Add fortran RM list descriptions

* delete empty file

* doc tag location changes

* Spelling corrections

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Allen Byrne
2022-08-09 18:09:42 -05:00
committed by GitHub
parent 40fc2cca16
commit 2672e64bf4
86 changed files with 2760 additions and 1478 deletions

View File

@@ -1448,6 +1448,7 @@ function(create_javadoc _target)
add_custom_target(${_target}_javadoc ALL
COMMAND ${Java_JAVADOC_EXECUTABLE}
-Xdoclint:none
${_javadoc_options}
${_javadoc_files}
${_javadoc_packages}