This repository has been archived by the owner on Aug 1, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Document inherited methods Breaking change: the index needs to retain and expose the full data, not just the strings. refs hhvm/user-documentation#1125 * update generated documentation * more new docs! * tabs/spaces
- Loading branch information
1 parent
f9984f2
commit 8efa0ca
Showing
29 changed files
with
417 additions
and
158 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
64 changes: 64 additions & 0 deletions
64
docs/class.Facebook.HHAPIDoc.IndexedPathProvider.isMethodDefined.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
<html> | ||
<head> | ||
<title>Facebook\HHAPIDoc\IndexedPathProvider::isMethodDefined</title> | ||
<style> | ||
/* | ||
* Copyright (c) 2018-present, Facebook, Inc. | ||
* All rights reserved. | ||
* | ||
* This source code is licensed under the MIT license found in the | ||
* LICENSE file in the root directory of this source tree. | ||
* | ||
*/ | ||
|
||
/* Keywords */ | ||
|
||
.hs-FunctionToken, | ||
.hs-NamespaceToken { | ||
color: #c678dd; | ||
} | ||
|
||
/* Types */ | ||
|
||
.hs-SimpleTypeSpecifier .hs-StringToken { | ||
color: #e5c07b; | ||
} | ||
|
||
.hs-ClassDeclaration .hs-NameToken { | ||
color: #e5c07b; | ||
} | ||
|
||
/* Functions */ | ||
|
||
.hs-FunctionDeclaration .hs-NameToken { | ||
color: #61afef; | ||
} | ||
|
||
/* Variables */ | ||
|
||
.hs-VariableToken { | ||
color: #e06c75; | ||
} | ||
</style> | ||
</head> | ||
<body> | ||
<h1>Facebook\HHAPIDoc\IndexedPathProvider::isMethodDefined()</h1> | ||
<pre><code class="language-Hack">private function isMethodDefined( | ||
dict<string, Facebook\HHAPIDoc\Documentable> $index, | ||
string $classish, | ||
string $method, | ||
): bool; | ||
</code></pre> | ||
<h2>Parameters</h2> | ||
<ul> | ||
<li><code>dict<string, Facebook\HHAPIDoc\Documentable> $index</code></li> | ||
<li><code>string $classish</code></li> | ||
<li><code>string $method</code></li> | ||
</ul> | ||
<h2>Returns</h2> | ||
<ul> | ||
<li><code>bool</code></li> | ||
</ul> | ||
|
||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
60 changes: 60 additions & 0 deletions
60
docs/class.Facebook.HHAPIDoc.PageSections.InterfaceSynopsis.getLinkPathForClassish.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
<html> | ||
<head> | ||
<title>Facebook\HHAPIDoc\PageSections\InterfaceSynopsis::getLinkPathForClassish</title> | ||
<style> | ||
/* | ||
* Copyright (c) 2018-present, Facebook, Inc. | ||
* All rights reserved. | ||
* | ||
* This source code is licensed under the MIT license found in the | ||
* LICENSE file in the root directory of this source tree. | ||
* | ||
*/ | ||
|
||
/* Keywords */ | ||
|
||
.hs-FunctionToken, | ||
.hs-NamespaceToken { | ||
color: #c678dd; | ||
} | ||
|
||
/* Types */ | ||
|
||
.hs-SimpleTypeSpecifier .hs-StringToken { | ||
color: #e5c07b; | ||
} | ||
|
||
.hs-ClassDeclaration .hs-NameToken { | ||
color: #e5c07b; | ||
} | ||
|
||
/* Functions */ | ||
|
||
.hs-FunctionDeclaration .hs-NameToken { | ||
color: #61afef; | ||
} | ||
|
||
/* Variables */ | ||
|
||
.hs-VariableToken { | ||
color: #e06c75; | ||
} | ||
</style> | ||
</head> | ||
<body> | ||
<h1>Facebook\HHAPIDoc\PageSections\InterfaceSynopsis::getLinkPathForClassish()</h1> | ||
<pre><code class="language-Hack">private function getLinkPathForClassish( | ||
Facebook\DefinitionFinder\ScannedClassish $c, | ||
): ?string; | ||
</code></pre> | ||
<h2>Parameters</h2> | ||
<ul> | ||
<li><code>Facebook\DefinitionFinder\ScannedClassish $c</code></li> | ||
</ul> | ||
<h2>Returns</h2> | ||
<ul> | ||
<li><code>?string</code></li> | ||
</ul> | ||
|
||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
60 changes: 60 additions & 0 deletions
60
docs/class.Facebook.HHAPIDoc.PageSections.InterfaceSynopsis.walkMethods.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
<html> | ||
<head> | ||
<title>Facebook\HHAPIDoc\PageSections\InterfaceSynopsis::walkMethods</title> | ||
<style> | ||
/* | ||
* Copyright (c) 2018-present, Facebook, Inc. | ||
* All rights reserved. | ||
* | ||
* This source code is licensed under the MIT license found in the | ||
* LICENSE file in the root directory of this source tree. | ||
* | ||
*/ | ||
|
||
/* Keywords */ | ||
|
||
.hs-FunctionToken, | ||
.hs-NamespaceToken { | ||
color: #c678dd; | ||
} | ||
|
||
/* Types */ | ||
|
||
.hs-SimpleTypeSpecifier .hs-StringToken { | ||
color: #e5c07b; | ||
} | ||
|
||
.hs-ClassDeclaration .hs-NameToken { | ||
color: #e5c07b; | ||
} | ||
|
||
/* Functions */ | ||
|
||
.hs-FunctionDeclaration .hs-NameToken { | ||
color: #61afef; | ||
} | ||
|
||
/* Variables */ | ||
|
||
.hs-VariableToken { | ||
color: #e06c75; | ||
} | ||
</style> | ||
</head> | ||
<body> | ||
<h1>Facebook\HHAPIDoc\PageSections\InterfaceSynopsis::walkMethods()</h1> | ||
<pre><code class="language-Hack">private function walkMethods( | ||
Facebook\DefinitionFinder\ScannedClassish $c, | ||
): dict<string, (Facebook\DefinitionFinder\ScannedClassish, Facebook\DefinitionFinder\ScannedMethod)>; | ||
</code></pre> | ||
<h2>Parameters</h2> | ||
<ul> | ||
<li><code>Facebook\DefinitionFinder\ScannedClassish $c</code></li> | ||
</ul> | ||
<h2>Returns</h2> | ||
<ul> | ||
<li><code>dict<string, (Facebook\DefinitionFinder\ScannedClassish, Facebook\DefinitionFinder\ScannedMethod)></code></li> | ||
</ul> | ||
|
||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.