summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/dotdirdeps.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/dotdirdeps.cpp b/src/dotdirdeps.cpp
index 2722e29..f049527 100644
--- a/src/dotdirdeps.cpp
+++ b/src/dotdirdeps.cpp
@@ -23,9 +23,9 @@
/**
* Puts DOT code for drawing directory to stream and adds it to the list.
* @param outStream[in,out] stream to which the DOT code is written to
- * @param directory
- * @param fillBackground
- * @param directoriesInGraph[in,out]
+ * @param directory[in] will be mapped to a node in DOT code
+ * @param fillBackground[in] if the node shall be explicitly filled
+ * @param directoriesInGraph[in,out] lists the directories which have been written to the output stream
*/
static void drawDirectory(FTextStream &outStream, const DirDef *const directory, const bool fillBackground,
QDict<DirDef> &directoriesInGraph)