summaryrefslogtreecommitdiffstats
path: root/src/dot.cpp
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2021-06-01 19:23:07 (GMT)
committerGitHub <noreply@github.com>2021-06-01 19:23:07 (GMT)
commitca24685fbbb1b861a1bd7cc6324407ca0424b325 (patch)
tree93bbe00af0fd9bc4e48746cf02873207d2e1dd9b /src/dot.cpp
parent74b8e42b85cda8927e14511fba8b83f85b6ff2c9 (diff)
parentc67c21597eb1e9e41cfa6e535a3779e815df09e1 (diff)
downloadDoxygen-ca24685fbbb1b861a1bd7cc6324407ca0424b325.zip
Doxygen-ca24685fbbb1b861a1bd7cc6324407ca0424b325.tar.gz
Doxygen-ca24685fbbb1b861a1bd7cc6324407ca0424b325.tar.bz2
Merge pull request #8580 from albert-github/feature/bug_warn_internal_doc
Correcting documentation warnings of doxygen's own internal documentation
Diffstat (limited to 'src/dot.cpp')
-rw-r--r--src/dot.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dot.cpp b/src/dot.cpp
index b3fb678..5d6aa27 100644
--- a/src/dot.cpp
+++ b/src/dot.cpp
@@ -319,6 +319,8 @@ void writeDotGraphFromFile(const QCString &inFile,const QCString &outDir,
* \param baseName the base name of the output files
* \param context the scope in which this graph is found (for resolving links)
* \param graphId a unique id for this graph, use for dynamic sections
+ * \param srcFile the source file
+ * \param srcLine the line number in the source file
*/
void writeDotImageMapFromFile(TextStream &t,
const QCString &inFile, const QCString &outDir,