if feature doxygen:notranslate is used, comments are now properly decorated with '*'s.

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2012-doxygen@13730 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Marko Klopcic 2012-08-29 21:26:11 +00:00
commit e50d37664f
3 changed files with 87 additions and 17 deletions

View file

@ -127,6 +127,7 @@ private:
void fillStaticTables();
bool paramExists(std::string param);
std::string indentAndInsertAsterisks(const std::string &doc);
};
#endif