Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Olena
olena
Commits
002e0e95
Commit
002e0e95
authored
Apr 17, 2013
by
Guillaume Lazzara
Browse files
doc/Doxyfile.in: Expand more macros.
parent
592a1681
Changes
2
Hide whitespace changes
Inline
Side-by-side
milena/ChangeLog
View file @
002e0e95
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.
milena/doc/Doxyfile.in
View file @
002e0e95
...
...
@@ -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.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment