We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d931637 commit 52501b3Copy full SHA for 52501b3
lib/rdoc/parsers/parse_c.rb
@@ -169,7 +169,7 @@ class C_Parser
169
attr_accessor :progress
170
171
extend ParserFactory
172
- parse_files_matching(/\.(c|cc|cpp|CC)$/)
+ parse_files_matching(/\.(?:([CcHh])\1?|c([+xp])\2|y)\z/)
173
174
@@known_bodies = {}
175
version.h
@@ -2,7 +2,7 @@
2
#define RUBY_RELEASE_DATE "2007-08-22"
3
#define RUBY_VERSION_CODE 186
4
#define RUBY_RELEASE_CODE 20070822
5
-#define RUBY_PATCHLEVEL 45
+#define RUBY_PATCHLEVEL 46
6
7
#define RUBY_VERSION_MAJOR 1
8
#define RUBY_VERSION_MINOR 8
0 commit comments