summaryrefslogtreecommitdiffstats
path: root/extras
diff options
context:
space:
mode:
Diffstat (limited to 'extras')
-rw-r--r--extras/libmemif/doxygen.conf2
-rw-r--r--extras/libmemif/src/libmemif.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/extras/libmemif/doxygen.conf b/extras/libmemif/doxygen.conf
index 503eef50d68..f44b7b7f34b 100644
--- a/extras/libmemif/doxygen.conf
+++ b/extras/libmemif/doxygen.conf
@@ -2376,7 +2376,7 @@ PLANTUML_INCLUDE_PATH =
# Minimum value: 0, maximum value: 10000, default value: 50.
# This tag requires that the tag HAVE_DOT is set to YES.
-DOT_GRAPH_MAX_NODES = 50
+DOT_GRAPH_MAX_NODES = 150
# The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of the graphs
# generated by dot. A depth value of 3 means that only nodes reachable from the
diff --git a/extras/libmemif/src/libmemif.h b/extras/libmemif/src/libmemif.h
index 66006f37f79..056cdca6383 100644
--- a/extras/libmemif/src/libmemif.h
+++ b/extras/libmemif/src/libmemif.h
@@ -16,7 +16,7 @@
*/
/** @file
- * @defgroup libmemif
+ * @defgroup libmemif Example libmemif App
*/
#ifndef _LIBMEMIF_H_