Searched defs:documentation (Results 1 - 2 of 2) sorted by relevance

/frameworks/rs/api/
H A DScanner.cpp148 void Scanner::parseDocumentation(string* s, string* documentation) { argument
151 documentation->erase();
158 *documentation = s->substr(first, last - first);
166 parseDocumentation(&s, &p->documentation);
H A DSpecification.h20 // See Generator.cpp for documentation of the .spec file format.
72 std::string documentation; member in struct:ParameterEntry
164 std::string mUrl; // The URL of the detailed documentation
521 * files, e.g. currently for ClearObject(). The documentation for
564 * hasDocumentation is true if this specification containes the documentation.

Completed in 61 milliseconds