olena-2.0-530-g002e0e9 doc/Doxyfile.in: Expand more macros.

--- milena/ChangeLog | 4 ++++ milena/doc/Doxyfile.in | 7 ++++++- 2 files changed, 10 insertions(+), 1 deletions(-) diff --git a/milena/ChangeLog b/milena/ChangeLog index b4c62db..17521bf 100644 --- a/milena/ChangeLog +++ b/milena/ChangeLog @@ -1,5 +1,9 @@ 2013-04-17 Guillaume Lazzara <z@lrde.epita.fr> + * doc/Doxyfile.in: Expand more macros. + +2013-04-17 Guillaume Lazzara <z@lrde.epita.fr> + * doc/Doxyfile.in: Exclude internal symbols. 2013-04-16 Roland Levillain <roland@lrde.epita.fr> diff --git a/milena/doc/Doxyfile.in b/milena/doc/Doxyfile.in index 5b05848..67830b6 100644 --- a/milena/doc/Doxyfile.in +++ b/milena/doc/Doxyfile.in @@ -1706,7 +1706,12 @@ PREDEFINED = MLN_INCLUDE_ONLY \ "mln_is_fastest_IW(I, W)=mlc_and(mlc_is(mln_trait_image_speed(I), \ trait::image::speed::fastest), \ mln_is_simple_window(W))" \ - "BOOST_PP_LOCAL_ITERATE()=<boost/preprocessor/iteration/detail/local.hpp>" + "BOOST_PP_LOCAL_ITERATE()=<boost/preprocessor/iteration/detail/local.hpp>" \ + "mln_ch_convolve(I, W)=typename mln::linear::ch_convolve<I, W>::ret" \ + "mln_ch_convolve_(I, W)=mln::linear::ch_convolve<I, W>::ret" \ + "mln_ch_convolve_grad(I, W)=typename mln::trait::ch_value< I, algebra::vec< I::site::dim, typename mln::linear::ch_convolve<I,W>::ret::value > >::ret" \ + "mln_ch_convolve_grad_(I, W)=mln::trait::ch_value< I, algebra::vec< I::site::dim, mln::linear::ch_convolve<I,W>::ret::value > >::ret" + # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then # this tag can be used to specify a list of macro names that should be expanded. -- 1.7.2.5
participants (1)
-
Guillaume Lazzara