cmake create_javadoc examples

Signatures

create_javadoc(<VAR>
  (PACKAGES <pkg1> [<pkg2>...] | FILES <file1> [<file2>...])
  [SOURCEPATH <sourcepath>]
  [CLASSPATH <classpath>]
  [INSTALLPATH <install path>]
  [DOCTITLE <the documentation title>]
  [WINDOWTITLE <the title of the document>]
  [AUTHOR (TRUE|FALSE)]
  [USE (TRUE|FALSE)]
  [VERSION (TRUE|FALSE)]
)

Examples

InsightSoftwareConsortium/ITK Modules/ThirdParty/HDF5/src/itkhdf5/config/cmake/UseJava.cmake :459

create_javadoc(<VAR>
                   (PACKAGES <pkg1> [<pkg2>...] | FILES <file1> [<file2>...])
                   [SOURCEPATH <sourcepath>]
                   [CLASSPATH <classpath>]
                   [INSTALLPATH <install path>]
                   [DOCTITLE <the documentation title>]
                   [WINDOWTITLE <the title of the document>]
                   [AUTHOR (TRUE|FALSE)]
                   [USE (TRUE|FALSE)]
                   [VERSION (TRUE|FALSE)]
                   )