Adding comment above write_output() to be complete.

This commit is contained in:
Aaron Brogley 2018-03-28 10:09:46 -05:00
parent 0d7a082b2f
commit fb6babd07f

View File

@ -105,6 +105,10 @@ namespace Trick {
*/
int set_file_name(std::string in_name) ;
/**
@brief Write output to xml file.
@return always 0
*/
int write_output() ;
} ;