summaryrefslogtreecommitdiffstats
path: root/Source/cmRST.h
Commit message (Expand)AuthorAgeFilesLines
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* fix a load of include-what-you-use violationsDaniel Pfeifer2016-09-031-3/+6
* make sure to include cmConfigure.h before cmStandardIncludes.hDaniel Pfeifer2016-09-031-0/+2
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-0/+1
* cmRST: Parse toctree lines with Sphinx cross-reference syntaxBrad King2016-05-021-0/+1
* strings: Remove cmStdString referencesBen Boeckel2014-03-081-2/+2
* cmRST: Add support for the note and productionlist directivesBrad King2013-10-301-0/+2
* cmRST: Teach cmake-module directive to scan bracket commentsBrad King2013-10-231-0/+1
* cmRST: Cross-reference cmake-developer.7 manual and cmRST DoxygenBrad King2013-10-221-0/+10
* cmRST: Process literal blocks after paragraphs ending in '::'Brad King2013-10-211-0/+3
* cmRST: Do not process inline markup in code-block literalsBrad King2013-10-211-1/+2
* Add class cmRST to do basic reStructuredText processingBrad King2013-10-161-0/+83