This is an automated email from the ASF dual-hosted git repository.

desruisseaux pushed a commit to branch geoapi-4.0
in repository https://gitbox.apache.org/repos/asf/sis.git


The following commit(s) were added to refs/heads/geoapi-4.0 by this push:
     new d3672ef  Remove obsolete documentation.
d3672ef is described below

commit d3672ef0ca137a3ee7927aec66d3e21efb192aea
Author: Martin Desruisseaux <martin.desruisse...@geomatys.com>
AuthorDate: Fri Oct 11 14:36:45 2019 +0200

    Remove obsolete documentation.
---
 .../src/main/java/org/apache/sis/internal/doclet/Doclet.java      | 8 --------
 1 file changed, 8 deletions(-)

diff --git 
a/core/sis-build-helper/src/main/java/org/apache/sis/internal/doclet/Doclet.java
 
b/core/sis-build-helper/src/main/java/org/apache/sis/internal/doclet/Doclet.java
index 7fa4ec8..8396c86 100644
--- 
a/core/sis-build-helper/src/main/java/org/apache/sis/internal/doclet/Doclet.java
+++ 
b/core/sis-build-helper/src/main/java/org/apache/sis/internal/doclet/Doclet.java
@@ -42,17 +42,9 @@ import jdk.javadoc.doclet.StandardDoclet;
  * The post-javadoc actions are:
  *
  * <ul>
- *   <li>Rename {@code "stylesheet.css"} as {@code "standarc.css"}.</li>
- *   <li>Copy {@code "src/main/javadoc/stylesheet.css"} (from the project 
root) to {@code "stylesheet.css"}.</li>
  *   <li>Copy additional resources.</li>
  * </ul>
  *
- * We do not use the standard {@code "-stylesheet"} Javadoc option because it 
replaces the standard
- * CSS by the specified one. Instead, we want to keep both the standard CSS 
and our customized one.
- * Our customized CSS shall contain an import statement for the standard 
stylesheet.
- *
- * <p>This class presumes that all CSS files are encoded in UTF-8.</p>
- *
  * @author  Martin Desruisseaux (Geomatys)
  * @version 1.0
  * @since   0.5

Reply via email to