Add BFile documentation to the Haiku Book.

Remove the documentation from the cpp file also. Keep the brief
description as a regular comment though.
This commit is contained in:
John Scipione
2012-12-22 15:01:17 -05:00
parent 8e7094494a
commit e9191cc2d1
3 changed files with 435 additions and 205 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ class BFile : public BNode, public BPositionIO {
virtual void close_fd();
private:
//! The file's open mode.
// The file's open mode.
uint32 fMode;
};