From 9433c13f61452b3f9b3978e8c630d7754d36108c Mon Sep 17 00:00:00 2001 From: Dimitri van Heesch Date: Sat, 2 Jan 2021 19:59:28 +0100 Subject: Corrected the location of [in,out] for the parameter documentation --- src/dotdirdeps.cpp | 8 ++++---- 1 file 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 &directoriesInGraph) -- cgit v0.12