diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2017-03-25 19:40:02 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2017-03-25 19:40:02 +0100 |
commit | b338a9dc265d7bc46a2528ffc45f7bf6fba96620 (patch) | |
tree | cc19ab8533d51e3a9cceb707ee4065a4a0ca86ff /src/eol.cpp | |
parent | 7a9328b4d66d746f815d190751a2e3ad75e397a0 (diff) | |
download | sciteco-b338a9dc265d7bc46a2528ffc45f7bf6fba96620.tar.gz |
some minor Doxygen documentation improvements
* avoid warnings
* make sure Doxygen finds RBEntryOwnString
* it would be nice to strip the top level `SciTECO` namespace
but this is not supported without some macro magic that
ommit the namespace declaration when processing with
Doxygen.
Diffstat (limited to 'src/eol.cpp')
-rw-r--r-- | src/eol.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/eol.cpp b/src/eol.cpp index de503e5..2dea3ef 100644 --- a/src/eol.cpp +++ b/src/eol.cpp @@ -248,7 +248,7 @@ EOLReaderMem::convert_all(gsize *out_len) * well-formed with regard to EOL sequences. * * @param buffer The buffer to convert. - * @parem buffer_len The length of the data in buffer. + * @param buffer_len The length of the data in buffer. * @return The number of bytes consumed/converted from buffer. */ gsize |