Doc: Fix \see
Former-commit-id: 2d9bd386e63fc602f2a92ac083f3e252b9a9b797 [formerly 6fd2cb0e7bb10a68d83b3d44520413f679f8872a] Former-commit-id: 70d70144834b1dea6055348f70960a5df5197309
This commit is contained in:
@@ -48,7 +48,7 @@ namespace Nz
|
||||
* \remark The previous file content will be discarded, to prevent this behavior you should use SaveToStream
|
||||
* \remark The file extension will be used as format for the saver ("image.png" => "png", to write a specified format to a user-specified extension you should use SaveToStream
|
||||
*
|
||||
* \seealso SaveToStream
|
||||
* \see SaveToStream
|
||||
*/
|
||||
template<typename Type, typename Parameters>
|
||||
bool ResourceSaver<Type, Parameters>::SaveToFile(const Type& resource, const String& filePath, const Parameters& parameters)
|
||||
@@ -114,7 +114,7 @@ namespace Nz
|
||||
* \param format Data format to save the resource to
|
||||
* \param parameters Parameters for the saving
|
||||
*
|
||||
* \seealso SaveToFile
|
||||
* \see SaveToFile
|
||||
*/
|
||||
template<typename Type, typename Parameters>
|
||||
bool ResourceSaver<Type, Parameters>::SaveToStream(const Type& resource, Stream& stream, const String& format, const Parameters& parameters)
|
||||
|
||||
Reference in New Issue
Block a user