Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-17 | scripts: Support multi-paragraph comments in HTML output for tasks | Laurent Pinchart | |
When a comment contains multiple paragraphs, delimited by two or more consecutive newline characters, render them in <p> elements. This increases readability of the output. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Tested-by: Jacopo Mondi <jacopo@jmondi.org> | |||
2021-02-09 | scripts: add html_task.py | Kuninori Morimoto | |
Because current PeriJect is using scripts/myhtml.py to creating all HTML files, all files will be re-created if myhtml.py itself was updated. It is very verbose. This patch separates "task" from it. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> |