]> git.lyx.org Git - lyx.git/blobdiff - src/tex2lyx/tex2lyx.h
Add "Plain" quotation mark style
[lyx.git] / src / tex2lyx / tex2lyx.h
index 8220877339bd856429c0e0d7f9ab72914df43490..5c3595f44717af4872798c6deeccb4a2feac285f 100644 (file)
@@ -85,6 +85,7 @@ std::string join(std::vector<std::string> const & input,
 
 bool is_math_env(std::string const & name);
 bool is_display_math_env(std::string const & name);
+/// Is first string in the array of strings (second parameter)
 char const * const * is_known(std::string const &, char const * const *);
 
 /*!