summaryrefslogtreecommitdiffstats
path: root/src/dotdirdeps.cpp
diff options
context:
space:
mode:
authorDavid Hebbeker <david@hebbeker.info>2021-01-01 17:52:37 (GMT)
committerDavid Hebbeker <david@hebbeker.info>2021-01-01 17:52:37 (GMT)
commitf80b03899246f9b2e0d52bafafffaca01ad08f0f (patch)
treed15ec2cf9faab46a8dddc9236b77c0fd28f56c9b /src/dotdirdeps.cpp
parenta61f19c0bc756482d7e7b4314d84f44d387eeea1 (diff)
downloadDoxygen-f80b03899246f9b2e0d52bafafffaca01ad08f0f.zip
Doxygen-f80b03899246f9b2e0d52bafafffaca01ad08f0f.tar.gz
Doxygen-f80b03899246f9b2e0d52bafafffaca01ad08f0f.tar.bz2
Add documentation of parameters of new function.
Diffstat (limited to 'src/dotdirdeps.cpp')
-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)