makefile.win.in

来自「doxygen(一个自动从源代码生成文档的工具)的源代码」· IN 代码 · 共 102 行

IN
102
字号
DOXYDIR = ..\binall: class/html/index.html \     define/html/index.html \     enum/html/index.html \     file/html/index.html \     func/html/index.html \     page/html/index.html \     relates/html/index.html \     author/html/index.html \     par/html/index.html \     overload/html/index.html \     example/html/index.html \     include/html/index.html \     qtstyle/html/index.html \     jdstyle/html/index.html \     structcmd/html/index.html \     autolink/html/index.html \     restypedef/html/index.html \     afterdoc/html/index.html \     template/html/index.html \     tag/html/index.html \     group/html/index.html \     diagrams/html/index.html \     memgrp/html/index.htmlclean:	deltree /y class define enum file 	deltree /y func page relates author	deltree /y par overload example include qtstyle 	deltree /y jdstyle structcmd autolink resdefine 	deltree /y restypedef afterdoc template tag group diagrams memgrpclass/html/index.html: class.h class.cfg	$(DOXYDIR)\doxygen class.cfgdefine/html/index.html: define.h define.cfg	$(DOXYDIR)\doxygen define.cfgenum/html/index.html: enum.h enum.cfg	$(DOXYDIR)\doxygen enum.cfgfile/html/index.html: file.h file.cfg	$(DOXYDIR)\doxygen file.cfgfunc/html/index.html: func.h func.cfg	$(DOXYDIR)\doxygen func.cfgpage/html/index.html: page.doc page.cfg	$(DOXYDIR)\doxygen page.cfgrelates/html/index.html: relates.cpp relates.cfg	$(DOXYDIR)\doxygen relates.cfgauthor/html/index.html: author.cpp author.cfg	$(DOXYDIR)\doxygen author.cfgpar/html/index.html: par.cpp par.cfg	$(DOXYDIR)\doxygen par.cfgoverload/html/index.html: overload.cpp overload.cfg	$(DOXYDIR)\doxygen overload.cfgexample/html/index.html: example.cpp example_test.cpp example.cfg 	$(DOXYDIR)\doxygen example.cfginclude/html/index.html: include.cpp example_test.cpp include.cfg 	$(DOXYDIR)\doxygen include.cfgqtstyle/html/index.html: qtstyle.cpp qtstyle.cfg 	$(DOXYDIR)\doxygen qtstyle.cfgjdstyle/html/index.html: jdstyle.cpp jdstyle.cfg 	$(DOXYDIR)\doxygen jdstyle.cfgstructcmd/html/index.html: structcmd.h structcmd.cfg 	$(DOXYDIR)\doxygen structcmd.cfgautolink/html/index.html: autolink.cpp autolink.cfg 	$(DOXYDIR)\doxygen autolink.cfgtag/html/index.html: tag.cpp tag.cfg 	$(DOXYDIR)\doxygen tag.cfgrestypedef/html/index.html: restypedef.cpp restypedef.cfg 	$(DOXYDIR)\doxygen restypedef.cfgafterdoc/html/index.html: afterdoc.h afterdoc.cfg	$(DOXYDIR)\doxygen afterdoc.cfgtemplate/html/index.html: templ.cpp templ.cfg	$(DOXYDIR)\doxygen templ.cfggroup/html/index.html: group.cpp group.cfg	$(DOXYDIR)\doxygen group.cfgmemgrp/html/index.html: memgrp.cpp memgrp.cfg	$(DOXYDIR)\doxygen memgrp.cfgdiagrams/html/index.html: diagrams_a.h diagrams_b.h diagrams_c.h diagrams_d.h diagrams_e.h diagrams.cfg	$(DOXYDIR)\doxygen diagrams.cfg

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?