Questions tagged as 'javadoc'

1
answer

What tags can I use to document my code?

I'm looking for better ways to document my code in Netbeans. In addition to the tags known and used a> in the Javadoc something caught my attention and piqued my curiosity. When typing {@ some suggestions for documentation with...
asked by 08.12.2014 / 21:25
2
answers

Why does not a private method go into the documentation in Java?

Why does not a method have a void modifier as it does not appear in the documentation? As soon as I put the public it appeared in the documentation. Is there any more modifier that interferes with this?     
asked by 14.01.2018 / 00:39
1
answer

How to include current date in a generated JavaDoc?

I'm using jAutodoc to automatically generate JavaDocs, here's an example: /** ## type: class|interface|enum * The ${e.getType().fu()} ${e}. * * * @author Edson * @version 1.0.0 * @date 11/09/2015 * */ My question is, how do...
asked by 14.09.2015 / 21:33
0
answers

Maven error: -fuzzyMatcher TYPEVAR

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:2.10.3:jar (package-javadocs) on project globalmentor-core: MavenReportException: Error while generating Javadoc: [ERROR] Exit code: 1 - javadoc: error - fuzzyMatcher TY...
asked by 19.05.2016 / 19:33
0
answers

Generate test javadoc with Maven on NetBeans

I need to generate javadoc from tests using Maven. I found this tutorial = > link It worked, however, I can only generate javadoc via terminal, using the command:    mvn javadoc: test-javadoc Would anyone know a way to generate...
asked by 05.01.2016 / 02:29
2
answers

Where to put comments and javadoc? Model or Controller?

I'm doing an MVC program, but when it comes to describing in%% of what each window does, I was in doubt whether to put those comments in the javadoc (Model) itself, or forms of its windows . Which one would be the most correct? Bec...
asked by 03.06.2016 / 01:48
1
answer

Javadoc from JSF not found in Netbeans

I use Netbeans 7.2.1 and wanted to know why only the Javadoc of Java objects (java.lang, java.io, etc) are shown. All other (javax. *) Shows something like:    javax. faces. context       public abstract class FacesContext extends Object...
asked by 11.03.2014 / 18:50
1
answer

How to open link contained in Javadoc by Eclipse?

How can I open a file in Eclipse from a link contained in a Javadoc excerpt? In case this file would be an XML.     
asked by 05.05.2014 / 23:29
2
answers

Is there any API to create a similar Google Directory API service?

I find the Google Directory API very interesting to gather documentation and test environment in an easy, objective and well-organized way. I wonder if there are any similar plugins that can be added to a Java application to automatically gen...
asked by 07.08.2015 / 19:27
1
answer

How to put the period in javadoc

"Period is missing in javadoc", can anyone tell me what is the period in javadoc? would it be @Since? Someone knows how to tell me.     
asked by 05.02.2018 / 22:40