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>
pull/207/head
Mavridis Philippe 11 months ago
parent 54b5898649
commit e11968425d
No known key found for this signature in database
GPG Key ID: F8D2D7E2F989A494

@ -98,6 +98,7 @@ SPAN.charliteral { color: #008080 }
.line {
text-align: left;
font-family: monospace;
white-space: pre;
}
.lineno {

Loading…
Cancel
Save