diff options
author | 卜部昌平 <shyouhei@ruby-lang.org> | 2019-08-23 10:10:59 +0900 |
---|---|---|
committer | 卜部昌平 <shyouhei@ruby-lang.org> | 2019-08-26 13:01:58 +0900 |
commit | 48131a46730b76bdb252d24507980ea90c0166ad (patch) | |
tree | 15f77478aca0abe4db0d1841878e3ab3f14c5447 /template/Doxyfile.tmpl | |
parent | fa6c1b06ad65e18bd187b643c045e700f7081c2d (diff) | |
download | ruby-48131a46730b76bdb252d24507980ea90c0166ad.tar.gz |
rb_mjit_header.h is not worth documenting [ci skip]
This is an auto-generated header file that does not include anything
interesting. Should skip generating CAPI documents.
Diffstat (limited to 'template/Doxyfile.tmpl')
-rw-r--r-- | template/Doxyfile.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/Doxyfile.tmpl b/template/Doxyfile.tmpl index 0361c48bdd..0f7675381d 100644 --- a/template/Doxyfile.tmpl +++ b/template/Doxyfile.tmpl @@ -106,7 +106,7 @@ FILE_PATTERNS = *.c *.h *.y *.def RECURSIVE = YES EXCLUDE = <%=srcdir%>/ext/dl/callback <%=srcdir%>/ccan <%=srcdir%>/ext/psych/yaml EXCLUDE_SYMLINKS = YES -EXCLUDE_PATTERNS = *.src doc enc build */ext/-test-/* tmp test yarvtest lib bootstraptest spec .ext .git .svn extconf.h *prelude.c encdb.h transdb.h insns.def +EXCLUDE_PATTERNS = *.src doc enc build */ext/-test-/* tmp test yarvtest lib bootstraptest spec .ext .git .svn extconf.h *prelude.c encdb.h transdb.h insns.def rb_mjit_header.h EXCLUDE_SYMBOLS = EXAMPLE_PATH = EXAMPLE_PATTERNS = |