hpp2plantuml#
Convert C++ header files to PlantUML。
install#
使用简介#
-i: 指定头文件-o: 输出路径文件
示例:hpp2plantuml -i File_1.hpp -i "include/Helper_*.hpp" -o output.puml
usage: hpp2plantuml [-h] -i HEADER-FILE [-o FILE] [-d] [-t JINJA-FILE]
[--version]
hpp2plantuml tool.
-h, --help show this help message and exit
-i HEADER-FILE, --input-file HEADER-FILE
input file (must be quoted when using wildcards)
-o FILE, --output-file FILE
output file
-d, --enable-dependency
Extract dependency relationships from method arguments