firejq

Results 3 issues of firejq

win10 以管理员身份运行qImage.exe后,按ctrl + alt + v报错: > 无法加载文件 C:\Users\xxxxxxxxx\qiniu-image-tool-win-master\dump-clipboard-png.ps1。未对文件 C:\Users\xxxxxxxxx\qiniu-image-tool-win-master\dump-clipboard-png.ps1 进行数字签名。无法在当前系统上运行该脚本。有关运行脚本和设置执行策略的详细信息,请参阅 http://go.microsoft.com/fwlink/?LinkID=135170 中的 about_Execution_Policies。 请问如何解决?

According to [issue#2](https://github.com/Liquidmantis/PSCondaEnvs/issues/2), add one line that copy deactivate.ps1 to $condaEnvName\Scripts when run the activate.ps1 to solve the issue.

I am using Doxygen+Sphinx+Breathe to build the documents for my project. If I use macros in the function definition: ```h MY_API void SetMyOptions(MyOptions* options); ``` Then when use `.. doxygenfunction::...