This file is indexed.

/usr/include/m2mml.h is in cauchy-dev 0.9.0-0ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
4
5
6
#include <string>

/** * @param source the string containing the matlab/octave source code
 * @return a string with the mathml document
 */
bool m2mml(const std::string& _source, std::string& _output, std::string* _error_msg = 0 );