mirror of
https://github.com/nasa/trick.git
synced 2024-12-24 07:16:41 +00:00
Adding comment above write_output() to be complete.
This commit is contained in:
parent
0d7a082b2f
commit
fb6babd07f
@ -105,6 +105,10 @@ namespace Trick {
|
|||||||
*/
|
*/
|
||||||
int set_file_name(std::string in_name) ;
|
int set_file_name(std::string in_name) ;
|
||||||
|
|
||||||
|
/**
|
||||||
|
@brief Write output to xml file.
|
||||||
|
@return always 0
|
||||||
|
*/
|
||||||
int write_output() ;
|
int write_output() ;
|
||||||
} ;
|
} ;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user