File tree 20 files changed +11
-86
lines changed
20 files changed +11
-86
lines changed Original file line number Diff line number Diff line change @@ -48,14 +48,6 @@ if (LLVM_ENABLE_DOXYGEN)
48
48
set (bolt_doxygen_qhp_cust_filter_attrs "" )
49
49
endif ()
50
50
51
- option (LLVM_DOXYGEN_SVG
52
- "Use svg instead of png files for doxygen graphs." OFF )
53
- if (LLVM_DOXYGEN_SVG)
54
- set (DOT_IMAGE_FORMAT "svg" )
55
- else ()
56
- set (DOT_IMAGE_FORMAT "png" )
57
- endif ()
58
-
59
51
configure_file (${CMAKE_CURRENT_SOURCE_DIR} /doxygen.cfg.in
60
52
${CMAKE_CURRENT_BINARY_DIR} /doxygen.cfg @ONLY)
61
53
@@ -73,7 +65,6 @@ if (LLVM_ENABLE_DOXYGEN)
73
65
set (bolt_doxygen_qhelpgenerator_path)
74
66
set (bolt_doxygen_qhp_cust_filter_name)
75
67
set (bolt_doxygen_qhp_cust_filter_attrs)
76
- set (DOT_IMAGE_FORMAT)
77
68
78
69
add_custom_target (doxygen-bolt
79
70
COMMAND ${DOXYGEN_EXECUTABLE} ${CMAKE_CURRENT_BINARY_DIR} /doxygen.cfg
Original file line number Diff line number Diff line change @@ -2210,7 +2210,7 @@ DIRECTORY_GRAPH = YES
2210
2210
# The default value is: png.
2211
2211
# This tag requires that the tag HAVE_DOT is set to YES.
2212
2212
2213
- DOT_IMAGE_FORMAT = @DOT_IMAGE_FORMAT@
2213
+ DOT_IMAGE_FORMAT = svg
2214
2214
2215
2215
# If DOT_IMAGE_FORMAT is set to svg, then this option can be set to YES to
2216
2216
# enable generation of interactive SVG images that allow zooming and panning.
Original file line number Diff line number Diff line change @@ -46,14 +46,6 @@ if (DOXYGEN_FOUND)
46
46
set (clang_tools_doxygen_qhp_cust_filter_attrs "" )
47
47
endif ()
48
48
49
- option (LLVM_DOXYGEN_SVG
50
- "Use svg instead of png files for doxygen graphs." OFF )
51
- if (LLVM_DOXYGEN_SVG)
52
- set (DOT_IMAGE_FORMAT "svg" )
53
- else ()
54
- set (DOT_IMAGE_FORMAT "png" )
55
- endif ()
56
-
57
49
configure_file (${CMAKE_CURRENT_SOURCE_DIR} /doxygen.cfg.in
58
50
${CMAKE_CURRENT_BINARY_DIR} /doxygen.cfg @ONLY)
59
51
@@ -71,7 +63,6 @@ if (DOXYGEN_FOUND)
71
63
set (clang_tools_doxygen_qhelpgenerator_path)
72
64
set (clang_tools_doxygen_qhp_cust_filter_name)
73
65
set (clang_tools_doxygen_qhp_cust_filter_attrs)
74
- set (DOT_IMAGE_FORMAT)
75
66
76
67
add_custom_target (doxygen-clang-tools
77
68
COMMAND ${DOXYGEN_EXECUTABLE} ${CMAKE_CURRENT_BINARY_DIR} /doxygen.cfg
Original file line number Diff line number Diff line change @@ -2205,7 +2205,7 @@ DIRECTORY_GRAPH = YES
2205
2205
# The default value is: png.
2206
2206
# This tag requires that the tag HAVE_DOT is set to YES.
2207
2207
2208
- DOT_IMAGE_FORMAT = @DOT_IMAGE_FORMAT@
2208
+ DOT_IMAGE_FORMAT = svg
2209
2209
2210
2210
# If DOT_IMAGE_FORMAT is set to svg, then this option can be set to YES to
2211
2211
# enable generation of interactive SVG images that allow zooming and panning.
Original file line number Diff line number Diff line change @@ -47,14 +47,6 @@ if (LLVM_ENABLE_DOXYGEN)
47
47
set (clang_doxygen_qhp_cust_filter_attrs "" )
48
48
endif ()
49
49
50
- option (LLVM_DOXYGEN_SVG
51
- "Use svg instead of png files for doxygen graphs." OFF )
52
- if (LLVM_DOXYGEN_SVG)
53
- set (DOT_IMAGE_FORMAT "svg" )
54
- else ()
55
- set (DOT_IMAGE_FORMAT "png" )
56
- endif ()
57
-
58
50
configure_file (${CMAKE_CURRENT_SOURCE_DIR} /doxygen.cfg.in
59
51
${CMAKE_CURRENT_BINARY_DIR} /doxygen.cfg @ONLY)
60
52
@@ -72,7 +64,6 @@ if (LLVM_ENABLE_DOXYGEN)
72
64
set (clang_doxygen_qhelpgenerator_path)
73
65
set (clang_doxygen_qhp_cust_filter_name)
74
66
set (clang_doxygen_qhp_cust_filter_attrs)
75
- set (DOT_IMAGE_FORMAT)
76
67
77
68
add_custom_target (doxygen-clang
78
69
COMMAND ${DOXYGEN_EXECUTABLE} ${CMAKE_CURRENT_BINARY_DIR} /doxygen.cfg
Original file line number Diff line number Diff line change @@ -2193,7 +2193,7 @@ DIRECTORY_GRAPH = YES
2193
2193
# The default value is: png.
2194
2194
# This tag requires that the tag HAVE_DOT is set to YES.
2195
2195
2196
- DOT_IMAGE_FORMAT = @DOT_IMAGE_FORMAT@
2196
+ DOT_IMAGE_FORMAT = svg
2197
2197
2198
2198
# If DOT_IMAGE_FORMAT is set to svg, then this option can be set to YES to
2199
2199
# enable generation of interactive SVG images that allow zooming and panning.
Original file line number Diff line number Diff line change @@ -48,14 +48,6 @@ if (LLVM_ENABLE_DOXYGEN)
48
48
set (flang_doxygen_qhp_cust_filter_attrs "" )
49
49
endif ()
50
50
51
- option (LLVM_DOXYGEN_SVG
52
- "Use svg instead of png files for doxygen graphs." OFF )
53
- if (LLVM_DOXYGEN_SVG)
54
- set (DOT_IMAGE_FORMAT "svg" )
55
- else ()
56
- set (DOT_IMAGE_FORMAT "png" )
57
- endif ()
58
-
59
51
configure_file (${CMAKE_CURRENT_SOURCE_DIR} /doxygen.cfg.in
60
52
${CMAKE_CURRENT_BINARY_DIR} /doxygen.cfg @ONLY)
61
53
@@ -73,7 +65,6 @@ if (LLVM_ENABLE_DOXYGEN)
73
65
set (flang_doxygen_qhelpgenerator_path)
74
66
set (flang_doxygen_qhp_cust_filter_name)
75
67
set (flang_doxygen_qhp_cust_filter_attrs)
76
- set (DOT_IMAGE_FORMAT)
77
68
78
69
add_custom_target (doxygen-flang
79
70
COMMAND ${DOXYGEN_EXECUTABLE} ${CMAKE_CURRENT_BINARY_DIR} /doxygen.cfg
Original file line number Diff line number Diff line change @@ -2208,7 +2208,7 @@ DIRECTORY_GRAPH = YES
2208
2208
# The default value is: png.
2209
2209
# This tag requires that the tag HAVE_DOT is set to YES.
2210
2210
2211
- DOT_IMAGE_FORMAT = @DOT_IMAGE_FORMAT@
2211
+ DOT_IMAGE_FORMAT = svg
2212
2212
2213
2213
# If DOT_IMAGE_FORMAT is set to svg, then this option can be set to YES to
2214
2214
# enable generation of interactive SVG images that allow zooming and panning.
Original file line number Diff line number Diff line change @@ -1571,7 +1571,7 @@ DIRECTORY_GRAPH = YES
1571
1571
# generated by dot. Possible values are png, jpg, or gif
1572
1572
# If left blank png will be used.
1573
1573
1574
- DOT_IMAGE_FORMAT = png
1574
+ DOT_IMAGE_FORMAT = svg
1575
1575
1576
1576
# The tag DOT_PATH can be used to specify the path where the dot tool can be
1577
1577
# found. If left blank, it is assumed the dot tool can be found in the path.
Original file line number Diff line number Diff line change @@ -469,9 +469,6 @@ enabled sub-projects. Nearly all of these variable names begin with
469
469
combination with ``-DLLVM_ENABLE_DOXYGEN_QT_HELP=ON ``; otherwise
470
470
it has no effect.
471
471
472
- **LLVM_DOXYGEN_SVG **:BOOL
473
- Uses .svg files instead of .png files for graphs in the Doxygen output.
474
- Defaults to OFF.
475
472
476
473
.. _llvm_enable_assertions :
477
474
Original file line number Diff line number Diff line change @@ -56,14 +56,6 @@ if (LLVM_ENABLE_DOXYGEN)
56
56
set (llvm_doxygen_qhp_cust_filter_attrs "" )
57
57
endif ()
58
58
59
- option (LLVM_DOXYGEN_SVG
60
- "Use svg instead of png files for doxygen graphs." OFF )
61
- if (LLVM_DOXYGEN_SVG)
62
- set (DOT_IMAGE_FORMAT "svg" )
63
- else ()
64
- set (DOT_IMAGE_FORMAT "png" )
65
- endif ()
66
-
67
59
configure_file (${CMAKE_CURRENT_SOURCE_DIR} /doxygen.cfg.in
68
60
${CMAKE_CURRENT_BINARY_DIR} /doxygen.cfg @ONLY)
69
61
@@ -81,7 +73,6 @@ if (LLVM_ENABLE_DOXYGEN)
81
73
set (llvm_doxygen_qhelpgenerator_path)
82
74
set (llvm_doxygen_qhp_cust_filter_name)
83
75
set (llvm_doxygen_qhp_cust_filter_attrs)
84
- set (DOT_IMAGE_FORMAT)
85
76
86
77
add_custom_target (doxygen-llvm
87
78
COMMAND ${DOXYGEN_EXECUTABLE} ${CMAKE_CURRENT_BINARY_DIR} /doxygen.cfg
Original file line number Diff line number Diff line change @@ -2194,7 +2194,7 @@ DIRECTORY_GRAPH = YES
2194
2194
# The default value is: png.
2195
2195
# This tag requires that the tag HAVE_DOT is set to YES.
2196
2196
2197
- DOT_IMAGE_FORMAT = @DOT_IMAGE_FORMAT@
2197
+ DOT_IMAGE_FORMAT = svg
2198
2198
2199
2199
# If DOT_IMAGE_FORMAT is set to svg, then this option can be set to YES to
2200
2200
# enable generation of interactive SVG images that allow zooming and panning.
Original file line number Diff line number Diff line change 113
113
if [ " $no_doxygen " != " yes" ]; then
114
114
echo " Doxygen: enabled"
115
115
doxygen_targets=" $docs_target doxygen-clang doxygen-clang-tools doxygen-flang doxygen-llvm doxygen-mlir doxygen-polly"
116
- doxygen_flag=" -DLLVM_ENABLE_DOXYGEN=ON -DLLVM_DOXYGEN_SVG=ON "
116
+ doxygen_flag=" -DLLVM_ENABLE_DOXYGEN=ON"
117
117
else
118
118
echo " Doxygen: disabled"
119
119
fi
Original file line number Diff line number Diff line change @@ -47,14 +47,6 @@ if (LLVM_ENABLE_DOXYGEN)
47
47
set (mlir_doxygen_qhp_cust_filter_attrs "" )
48
48
endif ()
49
49
50
- option (LLVM_DOXYGEN_SVG
51
- "Use svg instead of png files for doxygen graphs." OFF )
52
- if (LLVM_DOXYGEN_SVG)
53
- set (DOT_IMAGE_FORMAT "svg" )
54
- else ()
55
- set (DOT_IMAGE_FORMAT "png" )
56
- endif ()
57
-
58
50
configure_file (${CMAKE_CURRENT_SOURCE_DIR} /doxygen.cfg.in
59
51
${CMAKE_CURRENT_BINARY_DIR} /doxygen.cfg @ONLY)
60
52
@@ -72,7 +64,6 @@ if (LLVM_ENABLE_DOXYGEN)
72
64
set (mlir_doxygen_qhelpgenerator_path)
73
65
set (mlir_doxygen_qhp_cust_filter_name)
74
66
set (mlir_doxygen_qhp_cust_filter_attrs)
75
- set (DOT_IMAGE_FORMAT)
76
67
77
68
add_custom_target (doxygen-mlir
78
69
COMMAND ${DOXYGEN_EXECUTABLE} ${CMAKE_CURRENT_BINARY_DIR} /doxygen.cfg
Original file line number Diff line number Diff line change @@ -2194,7 +2194,7 @@ DIRECTORY_GRAPH = YES
2194
2194
# The default value is: png.
2195
2195
# This tag requires that the tag HAVE_DOT is set to YES.
2196
2196
2197
- DOT_IMAGE_FORMAT = @DOT_IMAGE_FORMAT@
2197
+ DOT_IMAGE_FORMAT = svg
2198
2198
2199
2199
# If DOT_IMAGE_FORMAT is set to svg, then this option can be set to YES to
2200
2200
# enable generation of interactive SVG images that allow zooming and panning.
Original file line number Diff line number Diff line change @@ -47,14 +47,6 @@ if (LLVM_ENABLE_DOXYGEN)
47
47
set (openmp_doxygen_qhp_cust_filter_attrs "" )
48
48
endif ()
49
49
50
- option (LLVM_DOXYGEN_SVG
51
- "Use svg instead of png files for doxygen graphs." OFF )
52
- if (LLVM_DOXYGEN_SVG)
53
- set (DOT_IMAGE_FORMAT "svg" )
54
- else ()
55
- set (DOT_IMAGE_FORMAT "png" )
56
- endif ()
57
-
58
50
configure_file (${CMAKE_CURRENT_SOURCE_DIR} /doxygen.cfg.in
59
51
${CMAKE_CURRENT_BINARY_DIR} /doxygen.cfg @ONLY)
60
52
@@ -72,7 +64,6 @@ if (LLVM_ENABLE_DOXYGEN)
72
64
set (openmp_doxygen_qhelpgenerator_path)
73
65
set (openmp_doxygen_qhp_cust_filter_name)
74
66
set (openmp_doxygen_qhp_cust_filter_attrs)
75
- set (DOT_IMAGE_FORMAT)
76
67
77
68
add_custom_target (doxygen-openmp
78
69
COMMAND ${DOXYGEN_EXECUTABLE} ${CMAKE_CURRENT_BINARY_DIR} /doxygen.cfg
Original file line number Diff line number Diff line change @@ -2194,7 +2194,7 @@ DIRECTORY_GRAPH = YES
2194
2194
# The default value is: png.
2195
2195
# This tag requires that the tag HAVE_DOT is set to YES.
2196
2196
2197
- DOT_IMAGE_FORMAT = @DOT_IMAGE_FORMAT@
2197
+ DOT_IMAGE_FORMAT = svg
2198
2198
2199
2199
# If DOT_IMAGE_FORMAT is set to svg, then this option can be set to YES to
2200
2200
# enable generation of interactive SVG images that allow zooming and panning.
Original file line number Diff line number Diff line change @@ -1746,7 +1746,7 @@ DIRECTORY_GRAPH = YES
1746
1746
# HTML_FILE_EXTENSION to xhtml in order to make the SVG files
1747
1747
# visible in IE 9+ (other browsers do not have this requirement).
1748
1748
1749
- DOT_IMAGE_FORMAT = png
1749
+ DOT_IMAGE_FORMAT = svg
1750
1750
1751
1751
# If DOT_IMAGE_FORMAT is set to svg, then this option can be set to YES to
1752
1752
# enable generation of interactive SVG images that allow zooming and panning.
Original file line number Diff line number Diff line change @@ -46,14 +46,6 @@ if (LLVM_ENABLE_DOXYGEN)
46
46
set (polly_doxygen_qhp_cust_filter_attrs "" )
47
47
endif ()
48
48
49
- option (LLVM_DOXYGEN_SVG
50
- "Use svg instead of png files for doxygen graphs." OFF )
51
- if (LLVM_DOXYGEN_SVG)
52
- set (DOT_IMAGE_FORMAT "svg" )
53
- else ()
54
- set (DOT_IMAGE_FORMAT "png" )
55
- endif ()
56
-
57
49
configure_file (${CMAKE_CURRENT_SOURCE_DIR} /doxygen.cfg.in
58
50
${CMAKE_CURRENT_BINARY_DIR} /doxygen.cfg @ONLY)
59
51
@@ -71,7 +63,6 @@ if (LLVM_ENABLE_DOXYGEN)
71
63
set (polly_doxygen_qhelpgenerator_path)
72
64
set (polly_doxygen_qhp_cust_filter_name)
73
65
set (polly_doxygen_qhp_cust_filter_attrs)
74
- set (DOT_IMAGE_FORMAT)
75
66
76
67
add_custom_target (doxygen-polly
77
68
COMMAND ${DOXYGEN_EXECUTABLE} ${CMAKE_CURRENT_BINARY_DIR} /doxygen.cfg
Original file line number Diff line number Diff line change @@ -2206,7 +2206,7 @@ DIRECTORY_GRAPH = YES
2206
2206
# The default value is: png.
2207
2207
# This tag requires that the tag HAVE_DOT is set to YES.
2208
2208
2209
- DOT_IMAGE_FORMAT = @DOT_IMAGE_FORMAT@
2209
+ DOT_IMAGE_FORMAT = svg
2210
2210
2211
2211
# If DOT_IMAGE_FORMAT is set to svg, then this option can be set to YES to
2212
2212
# enable generation of interactive SVG images that allow zooming and panning.
You can’t perform that action at this time.
0 commit comments