summaryrefslogtreecommitdiffstats
path: root/src/util.h
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2005-11-09 21:17:04 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2005-11-09 21:17:04 (GMT)
commit188f7573ef12588a405ee8eed8289dce1a6eed08 (patch)
tree1fb5abcbf32aeccbd67ec595f3d19833380001c6 /src/util.h
parent32557464b53467b2819e3fb820a7bbc459eb3e30 (diff)
downloadDoxygen-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.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/util.h b/src/util.h
index 6381a40..00d52ee 100644
--- a/src/util.h
+++ b/src/util.h
@@ -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