Index: src/include/dijkstra.h
===================================================================
--- src/include/dijkstra.h	(revision 433)
+++ src/include/dijkstra.h	(revision 456)
@@ -37,5 +37,6 @@
   ///algorithm. The default
   ///is using \ref BinHeap "binary heap".
-  
+  ///
+  ///\author Jacint Szabo
 #ifdef DOXYGEN
   template <typename Graph,
Index: src/include/smart_graph.h
===================================================================
--- src/include/smart_graph.h	(revision 415)
+++ src/include/smart_graph.h	(revision 456)
@@ -29,4 +29,5 @@
   ///
   ///\todo Some member functions could be \c static.
+  ///\author Alpar Juttner
   class SmartGraph {
 
