diff options
| author | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-12-22 13:19:08 +0000 |
|---|---|---|
| committer | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-12-22 13:19:08 +0000 |
| commit | bff5df4ed57aab2f09d77580e65b307a44a38405 (patch) | |
| tree | 0871288276c8d388f2c269df6d560220edf77d2d /ChangeLog | |
| parent | c79219808611676dfa653b23d4b09b85def489c8 (diff) | |
| download | ruby-bff5df4ed57aab2f09d77580e65b307a44a38405.tar.gz ruby-bff5df4ed57aab2f09d77580e65b307a44a38405.tar.xz ruby-bff5df4ed57aab2f09d77580e65b307a44a38405.zip | |
* 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
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 24 |
1 files changed, 24 insertions, 0 deletions
@@ -1,3 +1,27 @@ +Mon Dec 22 15:56:49 2008 Yuki Sonoda (Yugui) <yugui@yugui.jp> + + * 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 <akr@fsij.org> * numeric.c (int_ord): Integer#ord implemented. |
