From 52d8347d34b51229cb6029a351ef19cfe60835ca 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. --- docs/compile.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/compile.dox b/docs/compile.dox index 7c88281b..83778cb6 100644 --- a/docs/compile.dox +++ b/docs/compile.dox @@ -109,7 +109,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