face: NDNLP slicer

refs #1206

Change-Id: Ifbf0aeedff8fc9300799c97772d988dce2fce306
diff --git a/daemon/face/face.hpp b/daemon/face/face.hpp
index 58cccf6..68b8073 100644
--- a/daemon/face/face.hpp
+++ b/daemon/face/face.hpp
@@ -21,8 +21,7 @@
 
 const std::size_t MAX_NDN_PACKET_SIZE = 8800;
 
-/** \class Face
- *  \brief represents a face
+/** \brief represents a face
  */
 class Face : noncopyable, public enable_shared_from_this<Face>
 {