diff options
author | Brad King <brad.king@kitware.com> | 2016-05-02 17:51:26 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-05-02 19:16:07 (GMT) |
commit | de370656612be4b0f1e25a68be2c5f7d44645b29 (patch) | |
tree | 0b14519c352fb464d28fb1b3f3128bee7b5deccb /Source/cmRST.h | |
parent | 845cb217a7d70b32aa26969bc829a846dcab9130 (diff) | |
download | CMake-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.h | 1 |
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; |