mirror of
https://github.com/AxioDL/tinyxml2.git
synced 2025-05-15 03:41:30 +00:00
minor whitespace cleanup
This commit is contained in:
parent
81da1fb26b
commit
d11cd169e6
@ -1008,12 +1008,14 @@ public:
|
|||||||
an errorID.
|
an errorID.
|
||||||
*/
|
*/
|
||||||
int Parse( const char* xml );
|
int Parse( const char* xml );
|
||||||
|
|
||||||
/**
|
/**
|
||||||
Load an XML file from disk.
|
Load an XML file from disk.
|
||||||
Returns XML_NO_ERROR (0) on success, or
|
Returns XML_NO_ERROR (0) on success, or
|
||||||
an errorID.
|
an errorID.
|
||||||
*/
|
*/
|
||||||
int LoadFile( const char* filename );
|
int LoadFile( const char* filename );
|
||||||
|
|
||||||
/**
|
/**
|
||||||
Load an XML file from disk. You are responsible
|
Load an XML file from disk. You are responsible
|
||||||
for providing and closing the FILE*.
|
for providing and closing the FILE*.
|
||||||
@ -1022,12 +1024,14 @@ public:
|
|||||||
an errorID.
|
an errorID.
|
||||||
*/
|
*/
|
||||||
int LoadFile( FILE* );
|
int LoadFile( FILE* );
|
||||||
|
|
||||||
/**
|
/**
|
||||||
Save the XML file to disk.
|
Save the XML file to disk.
|
||||||
Returns XML_NO_ERROR (0) on success, or
|
Returns XML_NO_ERROR (0) on success, or
|
||||||
an errorID.
|
an errorID.
|
||||||
*/
|
*/
|
||||||
int SaveFile( const char* filename );
|
int SaveFile( const char* filename );
|
||||||
|
|
||||||
/**
|
/**
|
||||||
Save the XML file to disk. You are responsible
|
Save the XML file to disk. You are responsible
|
||||||
for providing and closing the FILE*.
|
for providing and closing the FILE*.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user