Skip to content

[platform] Update doxygen comments #4233

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 13 commits into from
May 4, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[platform] update incorrect doxygen tag for return documentation
  • Loading branch information
sg- committed Apr 26, 2017
commit f5d598fb61b2a70e322006fa7a756062b8f42dec
2 changes: 1 addition & 1 deletion platform/FileSystemLike.h
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ class FileSystemLike : public FileBase {
/** Remove a file from the filesystem.
*
* @param filename the name of the file to remove.
* @param returns 0 on success, -1 on failure.
* @returns 0 on success, -1 on failure.
*/
virtual int remove(const char *filename) { (void) filename; return -1; };

Expand Down