Fixed #4859 (Update doxygen support)

This commit is contained in:
Alexander Mai 2013-06-16 19:25:05 +02:00 committed by Daniel Marjamäki
parent 8ac2b4d516
commit 38ecdda076
2 changed files with 1527 additions and 15 deletions

1538
doxyfile

File diff suppressed because it is too large Load Diff

View File

@ -104,7 +104,7 @@ public:
/**
* @brief Check if the file extension indicates that it's a C/C++ source file.
* Check if the file has source file extension: *.c;*.cpp;*.cxx;*.c++;*.cc;*.txx
* @param path filename to check. path info is optional
* @param filename filename to check. path info is optional
* @return returns true if the file extension indicates it should be checked
*/
static bool acceptFile(const std::string &filename);
@ -118,7 +118,7 @@ public:
/**
* @brief Identify language based on file extension.
* @param path filename to check. path info is optional
* @param extensionInLowerCase filename to check. path info is optional
* @return true if extension is meant for C++ files
*/
static bool isCPP(const std::string &extensionInLowerCase);