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