From b338a9dc265d7bc46a2528ffc45f7bf6fba96620 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Sat, 25 Mar 2017 19:40:02 +0100 Subject: 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. --- src/eol.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/eol.cpp') 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 -- cgit v1.2.3