mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 05:01:59 +01:00
add a search box for the documentation
llvm-svn: 21471
This commit is contained in:
parent
42869e162e
commit
aafed02b0a
@ -10,6 +10,7 @@
|
||||
<div class="doc_title">Documentation for the LLVM System</div>
|
||||
|
||||
<div class="doc_text">
|
||||
<table class="layout" width="95%"><tr class="layout"><td class="left">
|
||||
<ul>
|
||||
<li><a href="#llvmdesign">LLVM Design</a></li>
|
||||
<li><a href="#userguide">LLVM User Guides</a></li>
|
||||
@ -17,6 +18,14 @@
|
||||
<li><a href="#subsystems">LLVM Subsystem Documentation</a></li>
|
||||
<li><a href="#maillist">LLVM Mailing Lists</a></li>
|
||||
</ul>
|
||||
</td><td class="right">
|
||||
<form action="http://www.google.com/search" method=get>
|
||||
<input type="hidden" name="output" value="googleabout">
|
||||
<input type="hidden" name="sitesearch" value="llvm.cs.uiuc.edu/docs">
|
||||
<input type=text name=q size=25><br>
|
||||
<input type=submit value="Search the LLVM Docs" name="submit">
|
||||
</form>
|
||||
</td></tr></table>
|
||||
</div>
|
||||
|
||||
<div class="doc_author">
|
||||
|
Loading…
x
Reference in New Issue
Block a user