diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2009-07-20 20:05:52 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2009-07-20 20:05:52 (GMT) |
commit | 6e28050ef5483e624122b0bacb998c40664f78ee (patch) | |
tree | b8b0cb3ac894bdb88087d78e328a8a0d88943b97 /src/util.h | |
parent | 7c0a46b50fad0925e47b78326f8c2e92e3829fb4 (diff) | |
download | Doxygen-6e28050ef5483e624122b0bacb998c40664f78ee.zip Doxygen-6e28050ef5483e624122b0bacb998c40664f78ee.tar.gz Doxygen-6e28050ef5483e624122b0bacb998c40664f78ee.tar.bz2 |
Release-1.5.9-20090720
Diffstat (limited to 'src/util.h')
-rw-r--r-- | src/util.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -95,7 +95,8 @@ enum SrcLangExt SrcLangExt_JS = 0x0400, SrcLangExt_Python = 0x0800, SrcLangExt_F90 = 0x1000, - SrcLangExt_VHDL = 0x2000 + SrcLangExt_VHDL = 0x2000, + SrcLangExt_XML = 0x4000 }; //-------------------------------------------------------------------- |