Skip to content

Commit 7c3c674

Browse files
committed
doxyfile: don't exclude Qt3 code
While doxygen appears to not recognize some of the commands in the code's comments, I feel it is more useful to have the classes available in the generated documentation even if it is not entirely formatted correctly.
1 parent 44602cb commit 7c3c674

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

mythtv/docs/doxygen-create-developer-docs.cfg

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -902,14 +902,6 @@ EXCLUDE_PATTERNS = */moc/* \
902902
*/test/* \
903903
*/.git
904904

905-
# Skip files from the Qt3Support module.
906-
EXCLUDE_PATTERNS += mmembuf.cpp \
907-
mmembuf.h \
908-
msocketdevice.cpp \
909-
msocketdevice.h \
910-
msocketdevice_unix.cpp \
911-
msocketdevice_win.cpp
912-
913905
# Example code
914906
EXCLUDE_PATTERNS += example.cpp
915907

0 commit comments

Comments
 (0)