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:
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user