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