mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[flori/json] Add :nodoc: for GeneratorMethods
https://github.com/flori/json/commit/2f3f44c180
This commit is contained in:
parent
41ef6df8c9
commit
7f1e3a7b7c
1 changed files with 70 additions and 0 deletions
|
@ -328,6 +328,76 @@ static char *fstrndup(const char *ptr, unsigned long len) {
|
|||
*
|
||||
*/
|
||||
|
||||
/* Explanation of the following: that's the only way to not pollute
|
||||
* standard library's docs with GeneratorMethods::<ClassName> which
|
||||
* are uninformative and take a large place in a list of classes
|
||||
*/
|
||||
|
||||
/*
|
||||
* Document-module: JSON::Ext::Generator::GeneratorMethods
|
||||
* :nodoc:
|
||||
*/
|
||||
|
||||
/*
|
||||
* Document-module: JSON::Ext::Generator::GeneratorMethods::Array
|
||||
* :nodoc:
|
||||
*/
|
||||
|
||||
/*
|
||||
* Document-module: JSON::Ext::Generator::GeneratorMethods::Bignum
|
||||
* :nodoc:
|
||||
*/
|
||||
|
||||
/*
|
||||
* Document-module: JSON::Ext::Generator::GeneratorMethods::FalseClass
|
||||
* :nodoc:
|
||||
*/
|
||||
|
||||
/*
|
||||
* Document-module: JSON::Ext::Generator::GeneratorMethods::Fixnum
|
||||
* :nodoc:
|
||||
*/
|
||||
|
||||
/*
|
||||
* Document-module: JSON::Ext::Generator::GeneratorMethods::Float
|
||||
* :nodoc:
|
||||
*/
|
||||
|
||||
/*
|
||||
* Document-module: JSON::Ext::Generator::GeneratorMethods::Hash
|
||||
* :nodoc:
|
||||
*/
|
||||
|
||||
/*
|
||||
* Document-module: JSON::Ext::Generator::GeneratorMethods::Integer
|
||||
* :nodoc:
|
||||
*/
|
||||
|
||||
/*
|
||||
* Document-module: JSON::Ext::Generator::GeneratorMethods::NilClass
|
||||
* :nodoc:
|
||||
*/
|
||||
|
||||
/*
|
||||
* Document-module: JSON::Ext::Generator::GeneratorMethods::Object
|
||||
* :nodoc:
|
||||
*/
|
||||
|
||||
/*
|
||||
* Document-module: JSON::Ext::Generator::GeneratorMethods::String
|
||||
* :nodoc:
|
||||
*/
|
||||
|
||||
/*
|
||||
* Document-module: JSON::Ext::Generator::GeneratorMethods::String::Extend
|
||||
* :nodoc:
|
||||
*/
|
||||
|
||||
/*
|
||||
* Document-module: JSON::Ext::Generator::GeneratorMethods::TrueClass
|
||||
* :nodoc:
|
||||
*/
|
||||
|
||||
/*
|
||||
* call-seq: to_json(state = nil)
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue