Small changes here and there
diff --git a/model/sync-state.h b/model/sync-state.h
index 7c0b98e..bfe2517 100644
--- a/model/sync-state.h
+++ b/model/sync-state.h
@@ -80,11 +80,10 @@
 
 /**
  * @brief Parses an XML representation to the state
- * @param DataBuffer input data
+ * @param in input data stream
  * @param state state
+ * @returns input stream
  */
-// void
-// operator >> (const std::string &DataBuffer, State &state);
 std::istream &
 operator >> (std::istream &in, State &state);