From 2e91da0c19757d3cd71db79c6fcfbea585a23947 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E8=A1=8D=E5=BF=97523370910113?= Date: Mon, 16 Sep 2024 14:58:24 +0800 Subject: [PATCH] Update doc: conf.toml detail --- doc%3A-conf.toml-detail.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/doc%3A-conf.toml-detail.md b/doc%3A-conf.toml-detail.md index e32ee24..d04efbb 100644 --- a/doc%3A-conf.toml-detail.md +++ b/doc%3A-conf.toml-detail.md @@ -9,7 +9,13 @@ sandboxExecServer = "172.17.0.1:5051" ``` which helps logging into the server. -In the file, there will be many stages stating each parser to run. To be more specific, the parsers below: +In the file, there will be many stages stating each parser to run. To be more specific, the stages: +```markdown +- healthcheck +- compile +- run +``` +and the parsers: ```markdown - clangtidy - cppcheck