summaryrefslogtreecommitdiffstats
path: root/src/dotdirdeps.cpp
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2021-01-02 18:59:28 (GMT)
committerDimitri van Heesch <doxygen@gmail.com>2021-01-02 18:59:28 (GMT)
commit9433c13f61452b3f9b3978e8c630d7754d36108c (patch)
treefd4c631cb959d6ffc3458d062425fb295e9dcd2a /src/dotdirdeps.cpp
parentb7b0d1d86f7cbfbb41770215849a3c7ec5ddeb24 (diff)
downloadDoxygen-9433c13f61452b3f9b3978e8c630d7754d36108c.zip
Doxygen-9433c13f61452b3f9b3978e8c630d7754d36108c.tar.gz
Doxygen-9433c13f61452b3f9b3978e8c630d7754d36108c.tar.bz2
Corrected the location of [in,out] for the parameter documentation
Diffstat (limited to 'src/dotdirdeps.cpp')
-rw-r--r--src/dotdirdeps.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/dotdirdeps.cpp b/src/dotdirdeps.cpp
index f049527..400ffaa 100644
--- a/src/dotdirdeps.cpp
+++ b/src/dotdirdeps.cpp
@@ -22,10 +22,10 @@
/**
* 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[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
+ * @param[in,out] outStream stream to which the DOT code is written to
+ * @param[in] directory will be mapped to a node in DOT code
+ * @param[in] fillBackground if the node shall be explicitly filled
+ * @param[in,out] directoriesInGraph 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)