summaryrefslogtreecommitdiffstats
path: root/Source/cmRST.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2016-05-02 17:51:26 (GMT)
committerBrad King <brad.king@kitware.com>2016-05-02 19:16:07 (GMT)
commitde370656612be4b0f1e25a68be2c5f7d44645b29 (patch)
tree0b14519c352fb464d28fb1b3f3128bee7b5deccb /Source/cmRST.h
parent845cb217a7d70b32aa26969bc829a846dcab9130 (diff)
downloadCMake-de370656612be4b0f1e25a68be2c5f7d44645b29.zip
CMake-de370656612be4b0f1e25a68be2c5f7d44645b29.tar.gz
CMake-de370656612be4b0f1e25a68be2c5f7d44645b29.tar.bz2
cmRST: Parse toctree lines with Sphinx cross-reference syntax
Diffstat (limited to 'Source/cmRST.h')
-rw-r--r--Source/cmRST.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmRST.h b/Source/cmRST.h
index b9b2366..098afab 100644
--- a/Source/cmRST.h
+++ b/Source/cmRST.h
@@ -89,6 +89,7 @@ private:
cmsys::RegularExpression ModuleRST;
cmsys::RegularExpression CMakeRole;
cmsys::RegularExpression Substitution;
+ cmsys::RegularExpression TocTreeLink;
std::vector<std::string> MarkupLines;
std::string DocDir;