From e11968425debab2d1f12d033aca8493d1da145ce Mon Sep 17 00:00:00 2001 From: Mavridis Philippe Date: Tue, 13 Jun 2023 14:49:21 +0300 Subject: [PATCH] Doxygen: respect code indentation With this commit, when viewing the source code of a file in the Trinity API docs (e.g. http://trinitydesktop.org/docs/trinity/tdelibs/tdeui/html/kkeydialog_8cpp_source.html) the line is correctly indented by using the `white-space: pre;` CSS rule. Signed-off-by: Mavridis Philippe --- doc/common/doxygen.css | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/common/doxygen.css b/doc/common/doxygen.css index 932e6975a..c56c0e91a 100644 --- a/doc/common/doxygen.css +++ b/doc/common/doxygen.css @@ -98,6 +98,7 @@ SPAN.charliteral { color: #008080 } .line { text-align: left; font-family: monospace; +white-space: pre; } .lineno {