diff --git a/headers/os/storage/NodeInfo.h b/headers/os/storage/NodeInfo.h index 9b7e24f991..49d9d8e1d3 100644 --- a/headers/os/storage/NodeInfo.h +++ b/headers/os/storage/NodeInfo.h @@ -27,70 +27,43 @@ class BBitmap; class BResources; -//! BNodeInfo provides file type information -/*! BNodeInfo provides a nice wrapper to all sorts of usefull meta data. - * Like it's mime type, the files icon and the application which will load - * the file. - * - * @see MIT - * @author Michael Lloyd Lee - * @author Be Inc - * @version 0 +//! BNodeInfo provides file type information +/*! BNodeInfo provides a nice wrapper to all sorts of usefull meta data. + Like it's mime type, the files icon and the application which will load + the file. + + \see MIT + \author Ingo Weinhold + \author Michael Lloyd Lee + \author Be Inc + \version 0 */ class BNodeInfo { public: - //! Uninitialized Constuctor - /*! After created a BNodeInfo with this, you should call \sa SetTo() - * @see SetTo(BNode *node) - */ BNodeInfo(); - //! The Constuctor - /*! @see SetTo(BNode *node) - * @param node The node to gather information on. Can be any favour */ BNodeInfo(BNode *node); virtual ~BNodeInfo(); - //! Sets the node for which you want data on - /*! @param node The node to play with - * @return