Skip to content

Commit 1a1a433

Browse files
authored
Merge pull request #26 from telos-collaboration/ic/update-doxygen-config
Update doxygen config for a clean build
2 parents 15be0bd + 159abd0 commit 1a1a433

5 files changed

Lines changed: 653 additions & 727 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Doxygen stuff
22
html/*
33
latex/*
4+
doxygen-doc/*
45

56
# Compiled Object files #
67
#########################

configure.ac

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -791,15 +791,8 @@ AM_CONDITIONAL(BUILD_CHROMA_REGRESSION,[ test "X${ac_CHROMA}X" == "XyesX" ])
791791

792792
############### Doxygen
793793
DX_DOXYGEN_FEATURE([OFF])
794-
DX_DOT_FEATURE([OFF])
795794
DX_HTML_FEATURE([ON])
796-
DX_CHM_FEATURE([OFF])
797-
DX_CHI_FEATURE([OFF])
798-
DX_MAN_FEATURE([OFF])
799-
DX_RTF_FEATURE([OFF])
800795
DX_XML_FEATURE([OFF])
801-
DX_PDF_FEATURE([OFF])
802-
DX_PS_FEATURE([OFF])
803796
DX_INIT_DOXYGEN([$PACKAGE_NAME], [doxygen.cfg])
804797

805798
############### Ouput

0 commit comments

Comments
 (0)