From 36a3a8f02343dcda07fbc25b33dc7e4fff79b36b Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Sun, 11 Aug 2002 16:16:07 +0000 Subject: [PATCH] Moved doxygen comments into the source file. Completed/extended/rewrote them. Changes to style and indentation. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@707 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/os/storage/NodeInfo.h | 49 +--- src/kits/storage/NodeInfo.cpp | 445 +++++++++++++++++++++++++--------- 2 files changed, 340 insertions(+), 154 deletions(-) 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