mirror of
https://github.com/love2d/love.git
synced 2026-08-15 15:51:12 +02:00
Fixed some internal documentation (thanks to clang's -Wdocumentation)
This commit is contained in:
@@ -46,9 +46,8 @@ class File : public love::filesystem::File
|
||||
public:
|
||||
|
||||
/**
|
||||
* Constructs an File with the given source and filename.
|
||||
* @param source The source from which to load the file. (Archive or directory)
|
||||
* @param filename The relative filepath of the file to load from the source.
|
||||
* Constructs an File with the given ilename.
|
||||
* @param filename The relative filepath of the file to load.
|
||||
**/
|
||||
File(const std::string &filename);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user