From bff5df4ed57aab2f09d77580e65b307a44a38405 Mon Sep 17 00:00:00 2001 From: yugui Date: Mon, 22 Dec 2008 13:19:08 +0000 Subject: * Doxyfile.in: new file. Template of a configuration file for Doxygen. Intorduces C-level API reference generation with Doxygen. * tool/file2lastrev.rb: wrapper script that abstracts subversion and git-svn. * tool/strip-rdoc.rb: filter for preventing doxygen from processing rdoc comments. * configure.in: (Doxyfile): Doxyfile is generated together with Makefile. (PACKAGE): configuration $(PACKAGE) is necessary for $(docdir). * instruby.rb: adds a new install target 'capi' * common.mk (capi): new target that generates C API documents with Doxygen. (install-capi): new target. (pre-install-capi): ditto. (do-install-capi): ditto. (post-install-capi): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20919 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f3539988a..c0f17b490 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,27 @@ +Mon Dec 22 15:56:49 2008 Yuki Sonoda (Yugui) + + * Doxyfile.in: new file. Template of a configuration file. + Introduces C-level API reference generation with Doxygen. + + * tool/file2lastrev.rb: wrapper script that abstracts subversion + and git-svn. + + * tool/strip-rdoc.rb: filter for preventing doxygen from processing + rdoc comments. + + * configure.in: (Doxyfile): Doxyfile is generated together with + Makefile. + (PACKAGE): configuration $(PACKAGE) is necessary for $(docdir). + + * instruby.rb: adds a new install target 'capi' + + * common.mk (capi): new target that generates C API documents with + Doxygen. + (install-capi): new target. + (pre-install-capi): ditto. + (do-install-capi): ditto. + (post-install-capi): ditto. + Mon Dec 22 21:31:11 2008 Tanaka Akira * numeric.c (int_ord): Integer#ord implemented. -- cgit