diff --git a/pub/src/frida2.cpp b/pub/src/frida2.cpp index ae2ec122d3008916378dd32ad2cab38d6e98c5bd..2edf4c9bb047857ee41423758a73b9ecc556a28f 100644 --- a/pub/src/frida2.cpp +++ b/pub/src/frida2.cpp @@ -16,6 +16,10 @@ //! - commands: <a href="commands_8cpp_source.html">commands.cpp</a> //! - online memory: <a href="namespaceNOlm.html">namespace NOlm</a> //! - data model root: <a href="classCOlo.html">class COlo</a> +//! +//! This documentation is incomplete; doxygen does not handle +//! - the lexer xax_lex.lpp +//! - the parser xax_parse.lpp //! //! Used libraries: //! - Minor utilities: <a href="../frida-libs/trivia/index.html">libtrivia</a> diff --git a/pub/src/manip.cpp b/pub/src/manip.cpp index 8640a92a62a1e622ebb5bfe4b8afd598adaefdde..1d5db524a3aa59183b683ee898562cb3e3422abe 100644 --- a/pub/src/manip.cpp +++ b/pub/src/manip.cpp @@ -4,7 +4,7 @@ //* http://apps.jcns.fz-juelich.de *// //***************************************************************************// -//! \file manip.h +//! \file manip.cpp //! \brief NManip: manipulate data (select, average, rearrange, ...) #include <cstdlib>