Skip to content

Commit 6869d5d

Browse files
Merge pull request #2 from sator-imaging/active/v3
docs
2 parents 9abed46 + 91e9088 commit 6869d5d

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

README.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ As you already know, Roslyn's source generator is too sophisticated. This framew
2525
- [✅ TODO](#todo)
2626

2727

28-
<p><details lang="en" open><summary>📃 Table of Contents</summary>
28+
<p><details lang="en" --open><summary>📃 Table of Contents</summary>
2929

3030
- [How to Use](#how-to-use)
3131
- [Method Generator](#method-generator)
@@ -62,13 +62,17 @@ How to Use
6262

6363
Here is minimal implementation of source generator.
6464

65+
See [API Reference](https://sator-imaging.github.io/Unity-AltSourceGenerator/) for further details.
66+
67+
6568
<p><details lang="ja" --open><summary><small>日本語 / JA</small></summary>
6669

6770
最小限のソースジェネレーターの構成はこちら。`StringBuilder` が渡されるので書き込んで `true` を返せば `context.OutputPath` に内容を書き込みます。`false` を返せば書き込みを中止できます。
6871

6972
<!------- End of Details JA Tag -------></details></p>
7073

7174

75+
7276
## Method Generator
7377

7478
This example will add `Panic()` method to target class.
@@ -209,7 +213,6 @@ Resulting file path will be:
209213
210214

211215

212-
213216
Coding Goodies
214217
==============
215218

@@ -284,8 +287,8 @@ usg(MyClass.Complex); // -> global::...Dictionary<int, global::...List<global::
284287
Samples
285288
=======
286289

287-
SceneBuildIndexGenerator
288-
------------------------
290+
`SceneBuildIndexGenerator`
291+
--------------------------
289292

290293
This sample allows you to handle scene index more efficiently.
291294

@@ -475,7 +478,7 @@ Usually, this problem happens when Unity automatically reloads updated scripts W
475478
Copyright
476479
=========
477480

478-
Copyright &copy; 2023 Sator Imaging, all rights reserved.
481+
Copyright &copy; 2023-2024 Sator Imaging, all rights reserved.
479482

480483

481484

@@ -490,7 +493,7 @@ copies or substantial portions of the Software.</summary>
490493
```text
491494
MIT License
492495
493-
Copyright (c) 2023 Sator Imaging
496+
Copyright (c) 2023-2024 Sator Imaging
494497
495498
Permission is hereby granted, free of charge, to any person obtaining a copy
496499
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)