<!DOCTYPE html>
<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p>Hello</p>
    <p>The documentation for the Javadoc tools [1] documents the -group
      option as below:</p>
    <blockquote>
      <pre>-group name p1,p2...
    Group the specified packages together in the Overview page.
</pre>
    </blockquote>
    <p>However, when documenting a project using Module Source
      Hierarchy, this option appears to group modules instead of
      packages. Should the documentation be updated? Also, grouping
      modules is great, but is there a way to also group packages in a
      multi-modules project?<br>
    </p>
    <p>    Thanks,</p>
    <p>        Martin<br>
    </p>
    <pre>[1] <a class="moz-txt-link-freetext" href="https://docs.oracle.com/en/java/javase/22/docs/specs/man/javadoc.html#standard-options-for-the-standard-doclet">https://docs.oracle.com/en/java/javase/22/docs/specs/man/javadoc.html#standard-options-for-the-standard-doclet</a>

</pre>
  </body>
</html>