From 3e687f1a8ccb1cd0d52a966005551d528ca141df Mon Sep 17 00:00:00 2001 From: Boris Verkhovskiy Date: Sat, 6 Apr 2024 08:33:50 -0700 Subject: Remove leading and trailing empty lines in code blocks --- vala.html.markdown | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'vala.html.markdown') diff --git a/vala.html.markdown b/vala.html.markdown index 739e0fda..9b4250df 100644 --- a/vala.html.markdown +++ b/vala.html.markdown @@ -12,7 +12,6 @@ Vala has aspects of Java and C#, so it'll be natural to those who know either. [Read more here.](https://wiki.gnome.org/Projects/Vala) ```vala - // Single line comment /* Multiline @@ -492,8 +491,8 @@ int indirection_demo = more_pointer*; // indirection // posix // dova // Use "--profile=whatever" when compiling. - ``` + * More [Vala documentation](https://valadoc.org/). * [Alternate construction syntax](https://wiki.gnome.org/Projects/Vala/Tutorial#GObject-Style_Construction) similar to GObject * More on [contract programming](http://en.wikipedia.org/wiki/Contract_programming) -- cgit v1.2.3