doc: update doc

This commit is contained in:
2025-08-20 14:26:52 +08:00
parent 244e39c4d1
commit 050bed400d
5 changed files with 126 additions and 32 deletions

View File

@ -27,9 +27,10 @@ def escape_sh_argument(arg):
@dataclass(frozen=True)
class ScriptSettings:
pic: bool
cpp_version: str
build_doc: bool
pic: bool
build_testbench: bool
class TemplateRender:
loader: jinja2.BaseLoader
@ -86,7 +87,7 @@ if __name__ == '__main__':
parser.add_argument(
'-d', '--build-doc',
action='store_true', dest='build_doc',
help='Build YYCC without documentation.'
help='Build YYCC with documentation.'
)
parser.add_argument(
'-p', '--pic',