【发布时间】:2020-11-06 07:21:58
【问题描述】:
如何将以下行为从 Windows cmd 转换为 Windows Powershell:
( type Doxyfile & echo PROJECT_NUMBER=1.0 ) | doxygen.exe -
我已经在 Windows cmd 下问过这个问题 Configure some variables in command line when calling doxygen
【问题讨论】:
-
您使用的是哪个版本的 doxygen?到目前为止,您在 Powershell 中尝试了什么?你遇到了什么样的问题?
标签: powershell doxygen