diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2005-11-09 21:17:04 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2005-11-09 21:17:04 (GMT) |
commit | 188f7573ef12588a405ee8eed8289dce1a6eed08 (patch) | |
tree | 1fb5abcbf32aeccbd67ec595f3d19833380001c6 /src/util.h | |
parent | 32557464b53467b2819e3fb820a7bbc459eb3e30 (diff) | |
download | Doxygen-188f7573ef12588a405ee8eed8289dce1a6eed08.zip Doxygen-188f7573ef12588a405ee8eed8289dce1a6eed08.tar.gz Doxygen-188f7573ef12588a405ee8eed8289dce1a6eed08.tar.bz2 |
Release-1.4.5-20051109
Diffstat (limited to 'src/util.h')
-rw-r--r-- | src/util.h | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -240,5 +240,19 @@ void stringToSearchIndex(const QCString &docUrlBase,const QCString &title, const QCString &str, bool priority=FALSE, const QCString &anchor=""); +enum SrcLangExt +{ + SrcLangExt_IDL = 0x008, + SrcLangExt_Java = 0x010, + SrcLangExt_CSharp = 0x020, + SrcLangExt_D = 0x040, + SrcLangExt_PHP = 0x080, + SrcLangExt_ObjC = 0x100, + SrcLangExt_Cpp = 0x200, +}; + +SrcLangExt getLanguageFromFileName(const QCString fileName); + + #endif |