Implementation of UTILSLIB::Report — builds the HTML scaffolding, escapes user content and writes the file to disk. More...

Go to the source code of this file.
Implementation of UTILSLIB::Report — builds the HTML scaffolding, escapes user content and writes the file to disk.
SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2026 MNE-CPP Authors
HTML is assembled by streaming QString concatenations directly into the section vector; no DOM model is kept in memory. All caller-supplied strings are HTML-escaped before being injected to avoid markup leakage from arbitrary file names or stack traces that the application chooses to record in the report.
Definition in file report.cpp.