Skip to content

Commit da5a556

Browse files
committed
Deploying to gh-pages from @ 4da7ee5 🚀
1 parent 1090b6d commit da5a556

File tree

5 files changed

+6
-3
lines changed

5 files changed

+6
-3
lines changed

.doctrees/environment.pickle

747 Bytes
Binary file not shown.
Binary file not shown.

_sources/tutorials/programming-language/main/02-00-basics/02-03-comments.rst.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,7 @@ Vala allows comments in code in different ways.
1414
*/
1515
1616
17-
These are handled in the same way as in most other languages and so need little explanation. Documentation comments are actually not special to Vala, but a documentation generation tool like Valadoc will recognise them.
17+
These are handled in the same way as in most other languages and so need little explanation.
18+
19+
Documentation comments are not special to the Vala compiler, but a documentation generation tool like :doc:`Valadoc </developer-guides/documentation/valadoc-guide>` will recognise them.
1820

searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tutorials/programming-language/main/02-00-basics/02-03-comments.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,8 @@ <h1><span class="section-number">2.3. </span>Comments<a class="headerlink" href=
492492
<span class="cm"> */</span>
493493
</pre></div>
494494
</div>
495-
<p>These are handled in the same way as in most other languages and so need little explanation. Documentation comments are actually not special to Vala, but a documentation generation tool like Valadoc will recognise them.</p>
495+
<p>These are handled in the same way as in most other languages and so need little explanation.</p>
496+
<p>Documentation comments are not special to the Vala compiler, but a documentation generation tool like <a class="reference internal" href="../../../../developer-guides/documentation/valadoc-guide.html"><span class="doc">Valadoc</span></a> will recognise them.</p>
496497
</section>
497498

498499
</article>

0 commit comments

Comments
 (0)