URL:
https://svn.lrde.epita.fr/svn/oln/branches/cleanup-2008
ChangeLog:
2008-09-15 Guillaume Lazzara <z(a)lrde.epita.fr>
Improve user doc generation.
* milena/doc/Doxyfile.in: Exclude the proper file.
* milena/doc/Makefile.am: Exclude the proper symbols for the user doc.
---
Doxyfile.in | 3 ++-
Makefile.am | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)
Index: branches/cleanup-2008/milena/doc/Doxyfile.in
===================================================================
--- branches/cleanup-2008/milena/doc/Doxyfile.in (revision 2271)
+++ branches/cleanup-2008/milena/doc/Doxyfile.in (revision 2272)
@@ -80,7 +80,8 @@
*.hcc
RECURSIVE = YES
EXCLUDE = @top_srcdir@/milena/sandbox \
- @top_srcdir@/milena/mln/core/concept
+ @top_srcdir@/milena/mln/core/concept \
+ @top_srcdir@/milena/mln/core/concept/proxy.hxx
EXCLUDE_SYMLINKS = YES
EXCLUDE_PATTERNS = *spe.hh
EXCLUDE_SYMBOLS =
Index: branches/cleanup-2008/milena/doc/Makefile.am
===================================================================
--- branches/cleanup-2008/milena/doc/Makefile.am (revision 2271)
+++ branches/cleanup-2008/milena/doc/Makefile.am (revision 2272)
@@ -41,7 +41,7 @@
-e 's,INTERNAL_DOCS = YES,INTERNAL_DOCS = NO,g' \
-e 's,GENERATE_TODOLIST = YES,GENERATE_TODOLIST = NO,g' \
-e 's,PROJECT_NUMBER = \",PROJECT_NUMBER = \"User
documentation ,g' \
- -e 's,EXCLUDE_SYMBOLS =,EXCLUDE_SYMBOLS = mln::internal::*,g'
+ -e 's,EXCLUDE_SYMBOLS =,EXCLUDE_SYMBOLS = *::internal*,g'