mirror of
https://github.com/ethauvin/kobalt-doc.git
synced 2025-04-25 20:07:11 -07:00
Indent.
This commit is contained in:
parent
134e9174bd
commit
d5e99b4fb4
1 changed files with 6 additions and 5 deletions
|
@ -275,7 +275,8 @@ interface IProjectAffinity {
|
||||||
* @return an integer indicating the affinity of your actor for the given project. The actor that returns
|
* @return an integer indicating the affinity of your actor for the given project. The actor that returns
|
||||||
* the highest affinity gets selected.
|
* the highest affinity gets selected.
|
||||||
*/
|
*/
|
||||||
fun affinity(project: Project, context: KobaltContext) : Int</pre>
|
fun affinity(project: Project, context: KobaltContext) : Int
|
||||||
|
}</pre>
|
||||||
<p>
|
<p>
|
||||||
For example, the JavaPlugin implements the <code>ICompilerContributor</code> interface and then overrides
|
For example, the JavaPlugin implements the <code>ICompilerContributor</code> interface and then overrides
|
||||||
the <code>affinity()</code> method to make sure it gets run for Java projects but ignored for others:
|
the <code>affinity()</code> method to make sure it gets run for Java projects but ignored for others:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue