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>

 

相关文章:

  • 2021-11-27
  • 2021-09-30
  • 2021-10-09
  • 2021-07-11
  • 2021-09-25
  • 2021-11-28
  • 2022-01-09
猜你喜欢
  • 2022-02-07
  • 2021-09-13
  • 2021-08-08
  • 2022-12-23
  • 2021-05-02
  • 2021-09-09
  • 2021-04-03
相关资源
相似解决方案