8298405: Implement JEP 467: Markdown Documentation Comments

8329296: Update Elements for '///' documentation comments

Co-authored-by: Jim Laskey <jlaskey@openjdk.org>
Reviewed-by: prappo, darcy, hannesw
This commit is contained in:
Jonathan Gibbons 2024-05-17 17:42:46 +00:00
parent 39a55e9779
commit 0a58cffe88
250 changed files with 26320 additions and 712 deletions

View file

@ -1,5 +1,5 @@
/*
* Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2016, 2024, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
@ -46,7 +46,7 @@ final class JrtFileAttributes implements BasicFileAttributes {
this.node = node;
}
///////// basic attributes ///////////
//-------- basic attributes --------
@Override
public FileTime creationTime() {
return node.creationTime();
@ -92,7 +92,7 @@ final class JrtFileAttributes implements BasicFileAttributes {
return node.resolveLink(true);
}
///////// jrtfs specific attributes ///////////
//-------- jrtfs specific attributes --------
/**
* Compressed resource file. If not available or not applicable, 0L is
* returned.