Skip to content

Commit 338185a

Browse files
committed
Doxyfile.in: Remove obsolete entries, LIBXMLXX_API -> LIBXMLPP_API
1 parent 8749ec0 commit 338185a

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

docs/reference/Doxyfile.in

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,6 @@ PDF_HYPERLINKS = YES
225225
USE_PDFLATEX = YES
226226
LATEX_BATCHMODE = NO
227227
LATEX_HIDE_INDICES = NO
228-
LATEX_SOURCE_CODE = NO
229228
LATEX_BIB_STYLE = plain
230229
#---------------------------------------------------------------------------
231230
# Configuration options related to the RTF output
@@ -236,7 +235,6 @@ COMPACT_RTF = NO
236235
RTF_HYPERLINKS = NO
237236
RTF_STYLESHEET_FILE =
238237
RTF_EXTENSIONS_FILE =
239-
RTF_SOURCE_CODE = NO
240238
#---------------------------------------------------------------------------
241239
# Configuration options related to the man page output
242240
#---------------------------------------------------------------------------
@@ -256,7 +254,6 @@ XML_PROGRAMLISTING = NO
256254
#---------------------------------------------------------------------------
257255
GENERATE_DOCBOOK = NO
258256
DOCBOOK_OUTPUT = docbook
259-
DOCBOOK_PROGRAMLISTING = NO
260257
#---------------------------------------------------------------------------
261258
# Configuration options for the AutoGen Definitions output
262259
#---------------------------------------------------------------------------
@@ -295,7 +292,7 @@ PREDEFINED = __cplusplus \
295292
GLIBMM_EXCEPTIONS_ENABLED \
296293
GLIBMM_PROPERTIES_ENABLED \
297294
GLIBMM_VFUNCS_ENABLED \
298-
"LIBXMLXX_API="
295+
"LIBXMLPP_API="
299296
EXPAND_AS_DEFINED = LIBXMLXX_MAJOR_VERSION \
300297
LIBXMLXX_MINOR_VERSION \
301298
LIBXMLXX_MICRO_VERSION
@@ -311,7 +308,6 @@ EXTERNAL_PAGES = YES
311308
#---------------------------------------------------------------------------
312309
# Configuration options related to the dot tool
313310
#---------------------------------------------------------------------------
314-
CLASS_DIAGRAMS = YES
315311
DIA_PATH =
316312
HIDE_UNDOC_RELATIONS = NO
317313
HAVE_DOT = YES

0 commit comments

Comments
 (0)