From fb6babd07f6406c8e32708ea6fc96ada0568b9bd Mon Sep 17 00:00:00 2001 From: Aaron Brogley Date: Wed, 28 Mar 2018 10:09:46 -0500 Subject: [PATCH] Adding comment above write_output() to be complete. --- include/trick/UnitTest.hh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/trick/UnitTest.hh b/include/trick/UnitTest.hh index 09e34780..00a2d49a 100644 --- a/include/trick/UnitTest.hh +++ b/include/trick/UnitTest.hh @@ -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() ; } ;