Skip to content

Commit

Permalink
* template/Doxyfile.tmpl: remove SHOW_DIRECTORIES and
Browse files Browse the repository at this point in the history
  HTML_ALIGN_MEMBERS lines. They have been obsolete in
  Doxygen version 1.8.2.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37095 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
takano32 committed Oct 5, 2012
1 parent e03d6d9 commit ae114a8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Fri Oct 5 17:18:42 JST 2012 TAKANO Mitsuhiro <[email protected]>

* template/Doxyfile.tmpl: remove SHOW_DIRECTORIES and
HTML_ALIGN_MEMBERS lines. They have been obsolete in
Doxygen version 1.8.2.

Fri Oct 05 15:26:18 2012 Koichi Sasada <[email protected]>

* ext/objspace/objspace.c: add ObjectSpace#reachable_objects_from.
Expand Down
2 changes: 0 additions & 2 deletions template/Doxyfile.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ GENERATE_DEPRECATEDLIST= YES
ENABLED_SECTIONS =
MAX_INITIALIZER_LINES = 30
SHOW_USED_FILES = YES
SHOW_DIRECTORIES = NO
SHOW_FILES = YES
SHOW_NAMESPACES = YES
LAYOUT_FILE =
Expand Down Expand Up @@ -140,7 +139,6 @@ HTML_FILE_EXTENSION = .html
HTML_HEADER =
HTML_FOOTER =
HTML_STYLESHEET =
HTML_ALIGN_MEMBERS = YES
HTML_DYNAMIC_SECTIONS = NO
GENERATE_DOCSET = NO
DOCSET_FEEDNAME = "Doxygen generated docs"
Expand Down

0 comments on commit ae114a8

Please sign in to comment.