diff options
author | albert-github <albert.tests@gmail.com> | 2021-05-31 16:57:25 (GMT) |
---|---|---|
committer | albert-github <albert.tests@gmail.com> | 2021-05-31 16:57:25 (GMT) |
commit | c67c21597eb1e9e41cfa6e535a3779e815df09e1 (patch) | |
tree | 93bbe00af0fd9bc4e48746cf02873207d2e1dd9b | |
parent | 74b8e42b85cda8927e14511fba8b83f85b6ff2c9 (diff) | |
download | Doxygen-c67c21597eb1e9e41cfa6e535a3779e815df09e1.zip Doxygen-c67c21597eb1e9e41cfa6e535a3779e815df09e1.tar.gz Doxygen-c67c21597eb1e9e41cfa6e535a3779e815df09e1.tar.bz2 |
Correcting documentation warnings of doxygens own internal documentation
-rw-r--r-- | src/dot.cpp | 2 | ||||
-rw-r--r-- | src/plantuml.h | 1 |
2 files changed, 2 insertions, 1 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, diff --git a/src/plantuml.h b/src/plantuml.h index 83f1299..2b7a7bf 100644 --- a/src/plantuml.h +++ b/src/plantuml.h @@ -68,7 +68,6 @@ class PlantumlManager * @param[in] baseName the name of the generated file (as returned by writePlantUMLSource()) * @param[in] outDir the directory to write the resulting image into. * @param[in] format the image format to generate. - * @param[in] engine the plantuml engine to be used so the start command will be `@start<engine>` */ void generatePlantUMLOutput(const QCString &baseName,const QCString &outDir,OutputFormat format); |