doclib: changed copyright information in footer
[senf.git] / senf / Utils / Console / Parse.hh
index 59670ed..e06150d 100644 (file)
 #include <boost/range/iterator_range.hpp>
 #include <boost/iterator/iterator_facade.hpp>
 #include <boost/function.hpp>
-#include "../../Utils/safe_bool.hh"
-#include "../../Utils/Exception.hh"
+#include <senf/Utils/safe_bool.hh>
+#include <senf/Utils/Exception.hh>
 
 //#include "Parse.mpp"
 ///////////////////////////////hh.p////////////////////////////////////////
@@ -488,7 +488,7 @@ namespace console {
         Accessing a non-existent argument or failing to parse all arguments will raise a
         senf::console::SyntaxErrorException.
 
-        \see \link console_arg_custom Example customer parser \endlink
+        \see \ref console_args_custom "Example customer parser"
       */
     class CheckedArgumentIteratorWrapper
         : boost::noncopyable,