Skip to content

Commit 8309399

Browse files
pavelrappopull[bot]
authored andcommitted
8312098: Update man page for javadoc
Reviewed-by: jlaskey Backport-of: 4fcb0b2
1 parent 39f9d8c commit 8309399

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/jdk.javadoc/share/man/javadoc.1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.\" Copyright (c) 1994, 2022, Oracle and/or its affiliates. All rights reserved.
1+
.\" Copyright (c) 1994, 2023, Oracle and/or its affiliates. All rights reserved.
22
.\" DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
33
.\"
44
.\" This code is free software; you can redistribute it and/or modify it
@@ -84,9 +84,9 @@ options, package names, and source file names in any order.
8484
The \f[V]javadoc\f[R] tool parses the declarations and documentation
8585
comments in a set of Java source files and produces corresponding HTML
8686
pages that describe (by default) the public and protected classes,
87-
nested classes (but not anonymous inner classes), interfaces,
88-
constructors, methods, and fields.
89-
You can use the \f[V]javadoc\f[R] tool to generate the API documentation
87+
nested and unnamed classes (but not anonymous inner classes),
88+
interfaces, constructors, methods, and fields.
89+
You can use the\f[V]javadoc\f[R] tool to generate the API documentation
9090
or the implementation documentation for a set of source files.
9191
.PP
9292
You can run the \f[V]javadoc\f[R] tool on entire packages, individual

0 commit comments

Comments
 (0)