개정판 24d67ec3
Fixed Doxyfile to generate callback path graph
Change-Id: I961743fdfa83abf810857bfab34f9d0772980c6d
Doxyfile | ||
---|---|---|
2491 | 2491 |
# The default value is: NO. |
2492 | 2492 |
# This tag requires that the tag HAVE_DOT is set to YES. |
2493 | 2493 |
|
2494 |
CALL_GRAPH = NO
|
|
2494 |
CALL_GRAPH = YES
|
|
2495 | 2495 |
|
2496 | 2496 |
# If the CALLER_GRAPH tag is set to YES then doxygen will generate a caller |
2497 | 2497 |
# dependency graph for every global function or class method. |
... | ... | |
2503 | 2503 |
# The default value is: NO. |
2504 | 2504 |
# This tag requires that the tag HAVE_DOT is set to YES. |
2505 | 2505 |
|
2506 |
CALLER_GRAPH = NO
|
|
2506 |
CALLER_GRAPH = YES
|
|
2507 | 2507 |
|
2508 | 2508 |
# If the GRAPHICAL_HIERARCHY tag is set to YES then doxygen will graphical |
2509 | 2509 |
# hierarchy of all classes instead of a textual one. |
packagex86.bat | ||
---|---|---|
3 | 3 |
SET hhmmss=%TIME:~0,2%-%TIME:~3,2%-%TIME:~6,2% |
4 | 4 |
SET hhmmss=%hhmmss: =0% |
5 | 5 |
|
6 |
SET CANDLE="C:\Program Files (x86)\WiX Toolset v3.11\bin\candle.exe" |
|
7 |
SET LIGHT="C:\Program Files (x86)\WiX Toolset v3.11\bin\light.exe" |
|
8 |
SET SIGNTOOLPATH="C:\Program Files (x86)\Windows Kits\10\bin\10.0.17763.0\x64\signtool.exe" |
|
9 |
SET SIGNPATH="c:\cert\www.doftech.co.kr.pfx" |
|
6 |
REM SET CANDLE="C:\Program Files (x86)\WiX Toolset v3.11\bin\candle.exe"
|
|
7 |
REM SET LIGHT="C:\Program Files (x86)\WiX Toolset v3.11\bin\light.exe"
|
|
8 |
REM SET SIGNTOOLPATH="C:\Program Files (x86)\Windows Kits\10\bin\10.0.17763.0\x64\signtool.exe"
|
|
9 |
REM SET SIGNPATH="c:\cert\www.doftech.co.kr.pfx"
|
|
10 | 10 |
|
11 | 11 |
Del Setup\*.wixpdb |
12 | 12 |
Del Setup\*.wixobj |
내보내기 Unified diff