diff options
author | albert-github <albert.tests@gmail.com> | 2019-07-01 09:52:36 (GMT) |
---|---|---|
committer | albert-github <albert.tests@gmail.com> | 2019-07-01 09:52:36 (GMT) |
commit | 03b468c70022f63dd9e7fbac65ffcf3075b85154 (patch) | |
tree | f6c8139f928556f53ad990470993b7b803c6119a | |
parent | c44632a13d664c46b83d4a698285f530396c33b5 (diff) | |
download | Doxygen-03b468c70022f63dd9e7fbac65ffcf3075b85154.zip Doxygen-03b468c70022f63dd9e7fbac65ffcf3075b85154.tar.gz Doxygen-03b468c70022f63dd9e7fbac65ffcf3075b85154.tar.bz2 |
Correction obvious documentation errors in mscgen
-rw-r--r-- | libmscgen/mscgen_api.h | 2 | ||||
-rw-r--r-- | libmscgen/mscgen_msc.h | 2 |
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); |