
--- milena/ChangeLog | 5 +++++ milena/doc/mln/topo/topo.dox | 6 ++++++ 2 files changed, 11 insertions(+), 0 deletions(-) create mode 100644 milena/doc/mln/topo/topo.dox diff --git a/milena/ChangeLog b/milena/ChangeLog index 989e483..49afff7 100644 --- a/milena/ChangeLog +++ b/milena/ChangeLog @@ -1,5 +1,10 @@ 2013-04-25 Guillaume Lazzara <z@lrde.epita.fr> + * doc/mln/topo/topo.dox: New. Introduce mathematical topology + module. + +2013-04-25 Guillaume Lazzara <z@lrde.epita.fr> + Add more "See also" statement in function documentation. * mln/fun/v2b/always_false.hh, diff --git a/milena/doc/mln/topo/topo.dox b/milena/doc/mln/topo/topo.dox new file mode 100644 index 0000000..85179cb --- /dev/null +++ b/milena/doc/mln/topo/topo.dox @@ -0,0 +1,6 @@ +/*! \defgroup mlntopo Mathematical Topology + * + * \brief Algorithms dedicated to Mathematical Topology. + * + * \ingroup modroutines + */ -- 1.7.2.5