-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
# Analysis API Documentation | ||
# Kotlin Analysis API Documentation | ||
|
||
[![official project](http://jb.gg/badges/official.svg)](https://confluence.jetbrains.com/display/ALL/JetBrains+on+GitHub) | ||
[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) | ||
|
||
This repository contains documentation sources for the Analysis API library. | ||
This repository contains documentation sources for the Kotlin Analysis API library. | ||
You might want to check the [generated documentation website](https://kotl.in/analysis-api). | ||
|
||
--- | ||
|
||
The Analysis API is a powerful library for analyzing code in Kotlin. | ||
Made on top of the Kotlin PSI syntax tree, it provides access to various semantic information, including reference targets, | ||
expression types, declaration scopes, diagnostics, and more. | ||
Built on top of the Kotlin PSI syntax tree, it provides access to various semantic information, including reference | ||
targets, expression types, declaration scopes, diagnostics, and more. |