From 684c39bc198369febba6652f42e9765136b99ce8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?kleines=20Filmr=C3=B6llchen?= Date: Tue, 29 Mar 2022 18:27:19 +0200 Subject: [PATCH] Documentation: Update GML information and manpage links in FileFormats --- Documentation/FileFormats.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/FileFormats.md b/Documentation/FileFormats.md index 7f978a5b19..427864c1c7 100644 --- a/Documentation/FileFormats.md +++ b/Documentation/FileFormats.md @@ -67,10 +67,10 @@ Most prominently, the first four bytes contain the filemagic: `!Fnt`. ## GUI Markup Language (`*.gml` files) -These files are human-readable, have no easily detectable filemagic, and define GUI interfaces. +These files are human-readable, have no easily detectable filemagic, and define GUI designs and layouts. The format is strongly influenced by QML, the Qt Modeling Language. -See also [Playground(1)](../Userland/DevTools/Playground/) and `Widget::load_from_gml` in [`Userland/Libraries/LibGUI/Widget.cpp`](../Userland/Libraries/LibGUI/Widget.cpp). +See the [GML manpage(s)](../Base/usr/share/man/man5/GML.md), [Playground(1)](../Userland/DevTools/Playground/), and the [GML support in LibGUI](../Userland/Libraries/LibGUI/GML/). ## Inter Process Communication (`*.ipc` files)