Move documentation from Path.cpp to Path.dox

And clean it up a bit. Kept brief description in source.
* Also added Axel to authors in Path.dox and Path.cpp because his name
  appears in git blame as working on the docs and code for the file.
  I hope he doesn't mind.
This commit is contained in:
John Scipione
2013-02-09 00:39:53 -05:00
parent b3252dc18a
commit 4c064a8451
3 changed files with 547 additions and 231 deletions
+2
View File
@@ -76,7 +76,9 @@ private:
uint32 _reserved[4];
char* fName;
// Pointer to the path string of the object.
status_t fCStatus;
// The initialization status of the object.
};
#endif // _PATH_H