summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2019-07-01 20:04:37 (GMT)
committerGitHub <noreply@github.com>2019-07-01 20:04:37 (GMT)
commit4a42645a32b579f9b2713031e45fd610b1e21f48 (patch)
treef6c8139f928556f53ad990470993b7b803c6119a
parentc44632a13d664c46b83d4a698285f530396c33b5 (diff)
parent03b468c70022f63dd9e7fbac65ffcf3075b85154 (diff)
downloadDoxygen-4a42645a32b579f9b2713031e45fd610b1e21f48.zip
Doxygen-4a42645a32b579f9b2713031e45fd610b1e21f48.tar.gz
Doxygen-4a42645a32b579f9b2713031e45fd610b1e21f48.tar.bz2
Merge pull request #7094 from albert-github/feature/bug_docu_mscgen
Correction obvious documentation errors in mscgen
-rw-r--r--libmscgen/mscgen_api.h2
-rw-r--r--libmscgen/mscgen_msc.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/libmscgen/mscgen_api.h b/libmscgen/mscgen_api.h
index 3d294a1..43a1bf8 100644
--- a/libmscgen/mscgen_api.h
+++ b/libmscgen/mscgen_api.h
@@ -23,7 +23,7 @@ typedef enum
/** generate an image file for a given .msc file.
* @param inputFile the name of the MSC file to process.
* @param outputFile the name of the image file to generate.
- * @param fomat the format of the image file to generate.
+ * @param format the format of the image file to generate.
* @return 0 on success, a non zero error code on failure.
*/
int mscgen_generate(const char *inputFile,
diff --git a/libmscgen/mscgen_msc.h b/libmscgen/mscgen_msc.h
index d7b2726..2c75131 100644
--- a/libmscgen/mscgen_msc.h
+++ b/libmscgen/mscgen_msc.h
@@ -262,7 +262,7 @@ Boolean MscNextArc(struct MscTag *m);
/** Get the name of the entity from which the current arc originates.
- * \retvat The label for the entity from which the current arc starts.
+ * \retval The label for the entity from which the current arc starts.
* The returned string must not be modified.
*/
const char *MscGetCurrentArcSource(Msc m);