From 4da7ee5260678e62bd26b6c4e841749d2eee354f Mon Sep 17 00:00:00 2001 From: Colin Kiama Date: Tue, 12 Nov 2024 23:16:41 +0000 Subject: [PATCH] Add documentation link to Valadoc guide on Main Tutorial Comments page --- .../programming-language/main/02-00-basics/02-03-comments.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/tutorials/programming-language/main/02-00-basics/02-03-comments.rst b/source/tutorials/programming-language/main/02-00-basics/02-03-comments.rst index cdde101..0b3f314 100644 --- a/source/tutorials/programming-language/main/02-00-basics/02-03-comments.rst +++ b/source/tutorials/programming-language/main/02-00-basics/02-03-comments.rst @@ -14,5 +14,7 @@ Vala allows comments in code in different ways. */ -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. +These are handled in the same way as in most other languages and so need little explanation. + +Documentation comments are not special to the Vala compiler, but a documentation generation tool like :doc:`Valadoc ` will recognise them.