diff options
author | 卜部昌平 <shyouhei@ruby-lang.org> | 2020-07-22 10:55:30 +0900 |
---|---|---|
committer | 卜部昌平 <shyouhei@ruby-lang.org> | 2020-08-27 15:02:52 +0900 |
commit | 21b3bc10d3626272683e085b2b3ea62d2c05b1d7 (patch) | |
tree | 9543d4f2aa15ee14672869972666c5d4f48aa271 /template/Doxyfile.tmpl | |
parent | 3437e6247da991db94a804b2c15b2a05dc2d79bd (diff) | |
download | ruby-21b3bc10d3626272683e085b2b3ea62d2c05b1d7.tar.gz |
DEPRECATED_TYPE: is deprecated
Nobody uses this macro any longer.
Diffstat (limited to 'template/Doxyfile.tmpl')
-rw-r--r-- | template/Doxyfile.tmpl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/template/Doxyfile.tmpl b/template/Doxyfile.tmpl index 54734748a3..4f6c432871 100644 --- a/template/Doxyfile.tmpl +++ b/template/Doxyfile.tmpl @@ -225,7 +225,6 @@ PREDEFINED = \ CONSTFUNC(_)=_ \ DEPRECATED(_)=_ \ DEPRECATED_BY(__,_)=_ \ - DEPRECATED_TYPE(__,_)=_ \ ERRORFUNC(__,_)=_ \ MJIT_FUNC_EXPORTED= \ MJIT_STATIC=extern \ |