mirror of
https://github.com/ethauvin/kobalt-doc.git
synced 2025-04-25 20:07:11 -07:00
Double quotes.
This commit is contained in:
parent
53c40c33b3
commit
c43be1be61
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ The <code>project{}</code> directive creates an object of type <code><a href="ht
|
||||||
<h3 class="section" id="project" indent="1">Project</h3>
|
<h3 class="section" id="project" indent="1">Project</h3>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
A <code>Project</code> has two mandatory attributes: <code>name</code> and <code>version</code>. If you are planning to deploy your project to a Maven repository, you also have to specify its <code>group</code> (e.g. <code>com.beust</code>) and <code>artifactId</code> (e.g. <code>kobalt</code>).
|
A <code>Project</code> has two mandatory attributes: <code>name</code> and <code>version</code>. If you are planning to deploy your project to a Maven repository, you also have to specify its <code>group</code> (e.g. <code>"com.beust"</code>) and <code>artifactId</code> (e.g. <code>"kobalt"</code>).
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue