OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nodoc
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/chrome/common/extensions/docs/server2/
schema_util.py
14
if item.get('
nodoc
', False):
93
extension of the file at the given |path|. Then, trims '
nodoc
' and handles
102
# documented. Otherwise, only nodes that request '
nodoc
' are removed.
/external/chromium_org/tools/json_schema_compiler/
idl_schema.py
169
for property_name in ('OPTIONAL', '
nodoc
', 'nocompile', 'nodart'):
310
for property_name in ('inline_doc', 'noinline_doc', '
nodoc
'):
325
nodoc
=False,
330
self.
nodoc
=
nodoc
361
'
nodoc
': self.
nodoc
,
389
nodoc
= False
401
namespace = Namespace(node, description,
nodoc
, internal,
405
nodoc
= Fals
[
all
...]
cpp_type_generator.py
250
def GeneratePropertyValues(self, property, line,
nodoc
=False):
254
if not
nodoc
:
269
nodoc
=
nodoc
)
cc_generator.py
65
nodoc
=True)
[
all
...]
/external/chromium/chrome/common/extensions/docs/js/
api_page_generator.js
208
// Do not render page for modules which are marked as "
nodoc
": true.
209
if (mod.
nodoc
) {
336
return !module.
nodoc
&& module.namespace.indexOf("experimental") < 0;
344
return !module.
nodoc
&& module.namespace.indexOf("experimental") == 0;
352
return !module.
nodoc
&& module.namespace.indexOf("webInspector.") !== 0;
/external/chromium/chrome/common/extensions/docs/build/
directory.py
108
If the API namespace is defined "
nodoc
" then an empty dict is returned.
116
if module.has_key('
nodoc
'):
135
# Exclude modules with a "
nodoc
" property.
137
if "
nodoc
" not in module)
Completed in 1576 milliseconds