diff options
Diffstat (limited to 'src/site-docs/adoc/fragments/howto-codestyle/10-plugin-jautodoc.adoc')
-rw-r--r-- | src/site-docs/adoc/fragments/howto-codestyle/10-plugin-jautodoc.adoc | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/src/site-docs/adoc/fragments/howto-codestyle/10-plugin-jautodoc.adoc b/src/site-docs/adoc/fragments/howto-codestyle/10-plugin-jautodoc.adoc deleted file mode 100644 index c0b6fa31f..000000000 --- a/src/site-docs/adoc/fragments/howto-codestyle/10-plugin-jautodoc.adoc +++ /dev/null @@ -1,25 +0,0 @@ -// -// ============LICENSE_START======================================================= -// Copyright (C) 2016-2018 Ericsson. All rights reserved. -// ================================================================================ -// This file is licensed under the CREATIVE COMMONS ATTRIBUTION 4.0 INTERNATIONAL LICENSE -// Full license text at https://creativecommons.org/licenses/by/4.0/legalcode -// -// SPDX-License-Identifier: CC-BY-4.0 -// ============LICENSE_END========================================================= -// -// @author Sven van der Meer (sven.van.der.meer@ericsson.com) -// - -== Eclipse Plugin: JAutodoc - -This plugin is a helper plugin for writing Javadoc. -It will automatically create standard headers on files, create package-info.java files and will put in remarkably good stub Javadoc comments in your code, using class names and method names as hints. - -Available from the Eclipse Marketplace. -In Eclipse Help->Eclipse Marketplace... and type `JAutodoc`. -Select JAutodoc when the search returns and install it. - -You must configure JAutoDoc in order to get the most out of it. -Ideally JAutoDoc should be configured with templates that cooperate with the inbuilt Eclipse Code Formatter for best results. - |