summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMavridis Philippe <mavridisf@gmail.com>2023-06-13 14:49:21 +0300
committerMavridis Philippe <mavridisf@gmail.com>2023-06-13 14:49:21 +0300
commite11968425debab2d1f12d033aca8493d1da145ce (patch)
tree9efeba2cbae66a257b94d81a302c82f4a190d54e
parent54b58986491c48408c720d706e5cbfd1043d3ee6 (diff)
downloadtdelibs-e1196842.tar.gz
tdelibs-e1196842.zip
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 <mavridisf@gmail.com>
-rw-r--r--doc/common/doxygen.css1
1 files changed, 1 insertions, 0 deletions
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 {