Doc: Fix \see
Former-commit-id: 93bf7d532461f8a7e0fe06fea1cb85ec4ea769db [formerly 586693e59d2cddbc792c37fe89f6412ab6a814b3] Former-commit-id: e510c486f24bb07429624ee4c0cfa7d3c80a6a3d
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