From 91e90882dc16574d0c3400d8719c8dde04056f37 Mon Sep 17 00:00:00 2001 From: sator-imaging <16752340+sator-imaging@users.noreply.github.com> Date: Sun, 7 Jan 2024 21:36:38 +0900 Subject: [PATCH] docs --- README.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 30f82d1..518ba46 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ As you already know, Roslyn's source generator is too sophisticated. This framew - [✅ TODO](#todo) -

📃 Table of Contents +

📃 Table of Contents - [How to Use](#how-to-use) - [Method Generator](#method-generator) @@ -62,6 +62,9 @@ How to Use Here is minimal implementation of source generator. +See [API Reference](https://sator-imaging.github.io/Unity-AltSourceGenerator/) for further details. + +

日本語 / JA 最小限のソースジェネレーターの構成はこちら。`StringBuilder` が渡されるので書き込んで `true` を返せば `context.OutputPath` に内容を書き込みます。`false` を返せば書き込みを中止できます。 @@ -69,6 +72,7 @@ Here is minimal implementation of source generator.

+ ## Method Generator This example will add `Panic()` method to target class. @@ -209,7 +213,6 @@ Resulting file path will be: - Coding Goodies ============== @@ -284,8 +287,8 @@ usg(MyClass.Complex); // -> global::...Dictionary ```text MIT License -Copyright (c) 2023 Sator Imaging +Copyright (c) 2023-2024 Sator Imaging Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal