summaryrefslogtreecommitdiffstats
path: root/llvm/docs/ProgrammersManual.rst
Commit message (Collapse)AuthorAgeFilesLines
* Docs for SparseMultiSetMichael Ilseman2013-01-211-0/+16
| | | | llvm-svn: 173092
* Documentation: replace some non-ASCII characters by equivalent markupDmitri Gribenko2013-01-191-4/+4
| | | | llvm-svn: 172917
* docs: Fix long standing linking antipattern.Sean Silva2013-01-111-4/+4
| | | | | | | | | Before we learned about :doc:, we used :ref: and put a dummy link at the top of each page. Don't do that anymore. This fixes PR14891 as a special case. llvm-svn: 172162
* remove the rest of the "written by" lines in the documentation. It isChris Lattner2013-01-101-8/+1
| | | | | | | against the developer policy to include this sort of thing as SVN blame already captures this in a far more fine-grained way. llvm-svn: 172109
* docs: Fix broken link.Sean Silva2012-12-041-1/+2
| | | | llvm-svn: 169211
* docs: Fix dead link.Sean Silva2012-12-041-2/+2
| | | | | | | Apparently Dinkumware are no longer hosting their nice reference manuals. Thankfully, `cppreference.com` can fill that role well. llvm-svn: 169210
* docs: Convert ProgrammersManual to reST.Sean Silva2012-12-041-0/+3165
Patch by Alexander Zinenko! llvm-svn: 169208
OpenPOWER on IntegriCloud