diff options
author | Mavridis Philippe <mavridisf@gmail.com> | 2023-06-13 14:49:21 +0300 |
---|---|---|
committer | Mavridis Philippe <mavridisf@gmail.com> | 2023-06-13 14:49:21 +0300 |
commit | e11968425debab2d1f12d033aca8493d1da145ce (patch) | |
tree | 9efeba2cbae66a257b94d81a302c82f4a190d54e /doc | |
parent | 54b58986491c48408c720d706e5cbfd1043d3ee6 (diff) | |
download | tdelibs-e11968425debab2d1f12d033aca8493d1da145ce.tar.gz tdelibs-e11968425debab2d1f12d033aca8493d1da145ce.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>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/common/doxygen.css | 1 |
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 { |