码迷,mamicode.com
首页 > 其他好文 > 详细

a small notepad++ plugin to support doxygen 1key generate

时间:2019-01-17 00:38:01      阅读:289      评论:0      收藏:0      [点我收藏+]

标签:put   bin   ctrl   current   macros   and   nal   condition   std   

Precondition:

doxygen in c:\ folder

 

testdoxygen.bat

---

path %path%;C:\Doxygen;C:\Doxygen\graphviz\bin
rd/s/q html
set INPUTFILE=%1
doxygen Doxyfile
start html\index.html
pause

 

shortcuts.xml

------

<NotepadPlus>
<InternalCommands />
<Macros />
<UserDefinedCommands>
<Command name="doxygen" Ctrl="yes" Alt="yes" Shift="yes" Key="86">c:\tool\npp\testdoxygen.bat $(FULL_CURRENT_PATH) $(CURRENT_DIRECTORY)\html\index.html</Command>
<Command name="uml" Ctrl="yes" Alt="yes" Shift="yes" Key="85">$(CURRENT_DIRECTORY)\testuml.bat $(FULL_CURRENT_PATH) $(CURRENT_DIRECTORY)\$(NAME_PART).png</Command>
</UserDefinedCommands>
<PluginCommands />
<ScintillaKeys />
</NotepadPlus>

 

a small notepad++ plugin to support doxygen 1key generate

标签:put   bin   ctrl   current   macros   and   nal   condition   std   

原文地址:https://www.cnblogs.com/cutepig/p/10280161.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!