summaryrefslogtreecommitdiffstats
path: root/src/cmdmapper.h
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2003-02-23 20:49:55 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2003-02-23 20:49:55 (GMT)
commit6ac75f5093a2ac447626579cfbda2d1a8af6d86e (patch)
tree4163d92b8a5b2126fe8413cc21df8eb3f247dbfa /src/cmdmapper.h
parentb0cbd5971eb11555a9ea3ab5c23f2b0b97279b4d (diff)
downloadDoxygen-6ac75f5093a2ac447626579cfbda2d1a8af6d86e.zip
Doxygen-6ac75f5093a2ac447626579cfbda2d1a8af6d86e.tar.gz
Doxygen-6ac75f5093a2ac447626579cfbda2d1a8af6d86e.tar.bz2
Doxygen-1.3-rc3-20030223
Diffstat (limited to 'src/cmdmapper.h')
-rw-r--r--src/cmdmapper.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/cmdmapper.h b/src/cmdmapper.h
index c69acb9..989111a 100644
--- a/src/cmdmapper.h
+++ b/src/cmdmapper.h
@@ -137,7 +137,9 @@ enum HtmlTagType
HTML_H3 = 27,
HTML_H4 = 28,
HTML_H5 = 29,
- HTML_H6 = 30
+ HTML_H6 = 30,
+ HTML_SPAN = 31,
+ HTML_DIV = 32
};
class CmdMapper