From c9718d3d12bd4463712e58a8be23647ca4467f6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sun, 27 Oct 2013 16:58:29 +0100 Subject: [PATCH] Mention crosslinking with documentation of related projects. --- doc/building.dox | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/building.dox b/doc/building.dox index 5daee1ba6..ed6b93cd8 100644 --- a/doc/building.dox +++ b/doc/building.dox @@ -217,7 +217,11 @@ be build by running in root directory (i.e. where `Doxyfile` is). Resulting HTML documentation will be in `build/doc/` directory. You might need to create `build/` directory -if it doesn't exist yet. +if it doesn't exist yet. If %Corrade with generated documentation is placed in +`corrade` directory next to `magnum`, the documentation will be crosslinked +with %Corrade's one. If related projects (`magnum-plugins`, `magnum-integration` +and `magnum-examples`, see below) are places along these, their documentation +will be also included in generated output. @section building-related Related projects