Skip to content

Commit

Permalink
Fix Documentation about the annotation processor
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi committed Sep 12, 2023
1 parent 165a8d7 commit 9aa92a9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
3 changes: 1 addition & 2 deletions docs/c.tree
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@

<toc-element topic="about.topic">
<toc-element topic="ksp.md">
<toc-element topic="Annotation-Argument-Processor.md"/>
<toc-element topic="Annotation-Argument-API.md"/>
<toc-element topic="processor-annotations.md"/>
<toc-element topic="Annotation-Argument-Processor.md"/>
</toc-element>
<toc-element topic="kotlinpoet.md">
<toc-element topic="member-naming.md"/><toc-element topic="utility-functions.md"/>
Expand Down
2 changes: 1 addition & 1 deletion docs/topics/about.topic
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<primary>
<title>Best practices</title>
<a href="member-naming.md" summary="How to name class members in a type safe way"/>
<a href="processor-annotations.md" summary="How to access annotation arguments in a type-safe way"/>
<a href="Annotation-Argument-Processor.md" summary="How to access annotation arguments in a type-safe way"/>
</primary>

<secondary>
Expand Down
3 changes: 0 additions & 3 deletions docs/topics/processor-annotations.md

This file was deleted.

0 comments on commit 9aa92a9

Please sign in to comment.