Doxygen update

This commit is contained in:
Harry Moffat 2008-01-05 00:49:43 +00:00
parent 518daa9d0b
commit 8c7d0248c1

View file

@ -102,6 +102,12 @@ namespace ctml {
// these are defined in ct2ctml.cpp
void get_CTML_Tree(Cantera::XML_Node* node, std::string file, int debug = 0);
//! Convert a cti file into a ctml file
/*!
*
* @ingroup inputfiles
*/
void ct2ctml(const char* file, int debug = 0);
}