From 933e1169fd6f2d65b700954bb624014f1bb8b10d Mon Sep 17 00:00:00 2001 From: Lars Melchior Date: Wed, 3 Jun 2020 14:26:17 +0200 Subject: [PATCH] formatting --- README.md | 1 + documentation/Doxyfile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7763c8a..7856ab5 100644 --- a/README.md +++ b/README.md @@ -100,6 +100,7 @@ The test and standalone subprojects include the [tools.cmake](cmake/tools.cmake) The following are currently supported. #### Sanitizers + Sanitizers can be enabled by configuring CMake with `-DUSE_SANITIZER=
`. #### Static Analyzers diff --git a/documentation/Doxyfile b/documentation/Doxyfile index 5341f77..c771bf3 100644 --- a/documentation/Doxyfile +++ b/documentation/Doxyfile @@ -22,4 +22,4 @@ HTML_DYNAMIC_SECTIONS = YES GENERATE_TREEVIEW = YES # We don't need LaTeX generation -GENERATE_LATEX = NO \ No newline at end of file +GENERATE_LATEX = NO