git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9758 626c5289-ae23-0410-ae9c-e8d60b6d4f22

This commit is contained in:
Gonzalo Garramuno 2007-05-03 06:07:08 +00:00
commit fe6df177db
2 changed files with 8 additions and 10 deletions

View file

@ -1,6 +1,13 @@
Version 1.3.32 (in progress)
============================
05/03/2007: gga
[Ruby]
Fixed Ruby documentation to use the proper css styles for
each section.
Added autodoc section to document the features supported by
Ruby in documenting its modules.
05/03/2007: gga
[Ruby]
Changed flag -feature to be -init_name to better reflect its

View file

@ -138,16 +138,6 @@ Ruby Options (available with -ruby)\n\
#define RCLASS(hash, name) (RClass*)(Getattr(hash, name) ? Data(Getattr(hash, name)) : 0)
#define SET_RCLASS(hash, name, klass) Setattr(hash, name, NewVoid(klass, 0))
struct Autodoc {
const char* symname;
const char* description;
};
static const Autodoc kAutoDocs[] = {
{0,0}
};
class RUBY:public Language {
private:
@ -461,6 +451,7 @@ private:
parent = parentNode(parent);
}
Append(basenamestr, "#");
Append(super_names, basenamestr );
Delete(basenamestr);
base = Next(base);