doxygen-wizard

Illegal alias format `ALIASES '

余生长醉 提交于 2020-08-10 20:23:37
问题 I added below codes into doxywizard ALIASES but I get error . How can I solve this ALIASES += global_START="<dl class=\"params\"><dt>Globals</dt><dd><table class=\"params\">" ALIASES += global_{2}="<tr><td class=\"paramname\">\1</td><td>: \2</td></tr>" ALIASES += global_END="</table></dd></dl>" [![enter image description here][1]][1] Error message: error: Illegal alias format `ALIASES += global_START=" Globals \1 : \2 "'. Use "name=value" or "name(n)=value", where n is the number of arguments

Doxygen Seperate Inc/ and Src/ file problem

自闭症网瘾萝莉.ら 提交于 2020-06-17 09:47:08
问题 My project folder name is MyDoxy I have separate file system that is MyDoxy/Src/ and MyDoxy/Inc/ folder and they have some .c and .h files. main.cpp in the Src/ folder. When I generate the Doxygen.txt file in the MyDoxy file path. It doesn't generate files and file I talked about in the this post: Doxygen does not generate except the empty mainpage But when I create in the MyDoxy/Src/ path. It works for main.cpp and .c file but it didn't work for .h file for example main.h file. RECURSIVE =