From bd346b64d60f40ab4fb3ed33ae97a0f61f2ef2a8 Mon Sep 17 00:00:00 2001 From: "A. Tombs" Date: Wed, 23 Jun 2021 08:16:53 +0100 Subject: [PATCH] Consistent subsections in compile guide In the compile guide, the "Dependencies for Linux and OSMesa" section looks to be one level too high in the hierarchy. I've moved it to be in line with the similarly-named sub-sub-sections. Closes #1923. (cherry picked from commit 52d8347d34b51229cb6029a351ef19cfe60835ca) --- docs/compile.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/compile.dox b/docs/compile.dox index aa6f0f08..4f47c59e 100644 --- a/docs/compile.dox +++ b/docs/compile.dox @@ -110,7 +110,7 @@ Once you have installed the necessary packages, move on to @ref compile_generate. -@subsection compile_deps_osmesa Dependencies for Linux and OSMesa +@subsubsection compile_deps_osmesa Dependencies for Linux and OSMesa To compile GLFW for OSMesa, you need to install the OSMesa library and header packages. For example, on Ubuntu and other distributions based on Debian