jira-importer commented on issue #533:
URL: 
https://github.com/apache/maven-javadoc-plugin/issues/533#issuecomment-2957333874

   **[Siveton 
Vincent](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=siveton)** 
commented
   
   I tried what you said and I think it is a normal way for the javadoc tool 
(not the plugin)
   
   Here is the structure of your application:
   
   ```
   your-simple-java-aid
     |-- src
       |-- main
         |-- java
           |-- your
             |-- simple
               |-- java
                 |-- gid
                   `-- App.java
   
         |-- javadoc
           |-- your
             `-- package.html (BTW echo doesnt provide a valid html file)
    
   ...
   ```
   
   The package "your" has no class so it is ignored by the tool. If you move it 
to src\main\javadoc\your\simple\java\gid, it is include in the report.
   
   So I would close it as wont fix. WDYT?
   


-- 
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.

To unsubscribe, e-mail: [email protected]

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

Reply via email to