From 8e03799eb630558d106c44295317de29c9c23fdd Mon Sep 17 00:00:00 2001 From: Steffen Jaeckel Date: Tue, 28 Feb 2017 20:46:48 +0100 Subject: [PATCH] fix/improve doxygen generation --- Doxyfile | 5 ++++- makefile | 6 ++++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/Doxyfile b/Doxyfile index 5a33f5c..3f927c8 100644 --- a/Doxyfile +++ b/Doxyfile @@ -1942,7 +1942,10 @@ INCLUDE_FILE_PATTERNS = # recursively expanded use the := operator instead of the = operator. # This tag requires that the tag ENABLE_PREPROCESSING is set to YES. -PREDEFINED = +PREDEFINED = LTM_DESC \ + LTC_SOURCE \ + LTC_MRSA \ + LTC_DER # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this # tag can be used to specify a list of macro names that should be expanded. The diff --git a/makefile b/makefile index 702b02e..e34d862 100644 --- a/makefile +++ b/makefile @@ -361,10 +361,12 @@ clean: cd testprof ; $(MAKE) clean #build the doxy files (requires Doxygen, tetex and patience) -doxy: +doxygen: doxygen $(silent_stdout) + +doxy: doxygen cd doc/doxygen/latex ; ${MAKE} ; mv -f refman.pdf ../../. - echo The huge doxygen PDF should be available as doc/refman.pdf + @echo The huge doxygen PDF should be available as doc/refman.pdf #This builds the crypt.pdf file. Note that the rm -f *.pdf has been removed #from the clean command! This is because most people would like to keep the