Skip to content

Commit 2756ba5

Browse files
authored
[lldb] Enable SWIG Doxygen Translation (#147617)
Enable SWIG support for translating Doxygen comments found in interface and header files into a target language's normal documentation language. This feature was introduced in SWIG 4.0 and currently only supports Python (and Java). Hand-written documentation still takes precedence. SWIG documentation: https://www.swig.org/Doc4.0/Doxygen.html
1 parent 820a485 commit 2756ba5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/bindings/python/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ add_custom_command(
1414
DEPENDS lldb-sbapi-dwarf-enums
1515
COMMAND ${SWIG_EXECUTABLE}
1616
${SWIG_COMMON_FLAGS}
17+
-doxygen
1718
-I${CMAKE_CURRENT_SOURCE_DIR}
1819
${SWIG_EXTRA_FLAGS}
1920
-outdir ${CMAKE_CURRENT_BINARY_DIR}

0 commit comments

Comments
 (0)