Index: src/work/Doxyfile
===================================================================
--- src/work/Doxyfile	(revision 637)
+++ src/work/Doxyfile	(revision 682)
@@ -199,5 +199,5 @@
 # will be included in the documentation.
 
-EXTRACT_PRIVATE        = NO
+EXTRACT_PRIVATE        = YES
 
 # If the EXTRACT_STATIC tag is set to YES all static members of a file 
@@ -392,8 +392,13 @@
 # with spaces.
 
-INPUT                  = ../hugo \
+INPUT                  = ../../doc/mainpage.dox \
+			 ../../doc/graphs.dox \
+                         ../../doc/maps.dox ../../doc/coding_style.dox \
+                         ../../doc/groups.dox \
+                         ../hugo \
                          ../hugo/skeletons \
                          ../test/test_tools.h \
                          klao/path.h \
+                         klao/debug.h \
                          jacint/max_flow.h \
                          jacint/max_matching.h \ 
@@ -402,5 +407,10 @@
 			 jacint/graph_gen.h \
 			 marci/max_bipartite_matching.h \
-			 marci/bipartite_graph_wrapper.h
+			 marci/bipartite_graph_wrapper.h \
+                         deba/map_registry.h \
+                         deba/map_defines.h \
+                         deba/array_map_factory.h \
+                         johanna/kruskal.h \
+                         
 
 # If the value of the INPUT tag contains directories, you can use the 
