Skip to content

Commit

Permalink
Fix refnames for m and v so that namespace linking can work
Browse files Browse the repository at this point in the history
Doesn't like generics in the name right now....

Fixes #
  • Loading branch information
JoelMarcey committed Mar 9, 2015
1 parent 33135a0 commit 34a274e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion __docs/phpdoc/en/hackref/asio/functions/m.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<refentry xml:id="hack.asio.function.m" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>HH\Asio\m&lt;Tk, Tv&gt;</refname>
<refname>HH\Asio\m</refname>
<refpurpose>Translate a map of awaitables into a single awaitable of map</refpurpose>
</refnamediv>

Expand Down
2 changes: 1 addition & 1 deletion __docs/phpdoc/en/hackref/asio/functions/v.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<refentry xml:id="hack.asio.function.v" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>HH\Asio\v&lt;Tv&gt;</refname>
<refname>HH\Asio\v</refname>
<refpurpose>Translate a vector of awaitables into a single awaitable of vector</refpurpose>
</refnamediv>

Expand Down
4 changes: 2 additions & 2 deletions __docs/phpdoc/en/hackref/asio/versions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<function name='WrappedResult::isFailed' from='Not Available'/>
<function name='WrappedResult::isSucceeded' from='Not Available'/>
<function name='later' from='Not Available'/>
<function name='HH\Asio\m&lt;Tk, Tv&gt;' from='HHVM 3 &gt;= 3.6'/>
<function name='HH\Asio\m' from='HHVM 3 &gt;= 3.6'/>
<function name='mc' from='Not Available'/>
<function name='mcw' from='Not Available'/>
<function name='mf' from='Not Available'/>
Expand All @@ -27,7 +27,7 @@
<function name='mmk' from='Not Available'/>
<function name='mw' from='Not Available'/>
<function name='usleep' from='Not Available'/>
<function name='HH\Asio\v&lt;Tv&gt;' from='HHVM 3 &gt;= 3.6'/>
<function name='HH\Asio\v' from='HHVM 3 &gt;= 3.6'/>
<function name='va' from='Not Available'/>
<function name='vac' from='Not Available'/>
<function name='vacw' from='Not Available'/>
Expand Down

0 comments on commit 34a274e

Please sign in to comment.