mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8289223: Canonicalize header ids in foreign API javadocs
Reviewed-by: mcimadamore
This commit is contained in:
parent
ea21c46531
commit
732f1065fe
7 changed files with 21 additions and 22 deletions
|
@ -57,7 +57,7 @@ import java.util.function.BiFunction;
|
|||
* {@link MemorySegment#ofAddress(MemoryAddress, long, MemorySession) resizing} the segment first).</li>
|
||||
* </ul>
|
||||
*
|
||||
* <h2>Obtaining a symbol lookup</h2>
|
||||
* <h2 id="obtaining">Obtaining a symbol lookup</h2>
|
||||
*
|
||||
* The factory methods {@link #libraryLookup(String, MemorySession)} and {@link #libraryLookup(Path, MemorySession)}
|
||||
* create a symbol lookup for a library known to the operating system. The library is specified by either its name or a path.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue