From 4eb1764c5ec8072763eb45fd32a42635c01d4283 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Fri, 24 Aug 2018 00:12:12 +0200 Subject: [PATCH] doc: placeholder for the UI documentation. --- doc/features.dox | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/features.dox b/doc/features.dox index c1d67dd12..46d57f848 100644 --- a/doc/features.dox +++ b/doc/features.dox @@ -24,6 +24,7 @@ */ namespace Magnum { + /** @page features Feature guide @brief Fundamental principles and design goals. @@ -40,5 +41,7 @@ necessary to read through everything, pick only what you need. - @subpage scenegraph --- @copybrief scenegraph - @subpage shapes --- @copybrief shapes - @subpage debug-tools --- @copybrief debug-tools +- @subpage ui --- @copybrief ui */ + }