From 7c2b4e3a029ffe1205553fb80883434677167b2c Mon Sep 17 00:00:00 2001 From: Brad King Date: Thu, 10 Jul 2003 23:15:45 -0400 Subject: ENH: Added SEE ALSO section to generated man page. Minor formatting improvements for generated text-only documentation. --- Source/cmDocumentation.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Source/cmDocumentation.h') diff --git a/Source/cmDocumentation.h b/Source/cmDocumentation.h index 598b1d3902..ddfbb44b6a 100644 --- a/Source/cmDocumentation.h +++ b/Source/cmDocumentation.h @@ -67,6 +67,9 @@ public: /** Set the generator descriptions for standard document generation. */ void SetGeneratorsSection(const cmDocumentationEntry*); + /** Set the see-also list of references to the other tools. */ + void SetSeeAlsoList(const cmDocumentationEntry*); + // Low-level interface for custom documents: /** Forms of documentation output. */ @@ -136,6 +139,8 @@ private: std::vector OptionsSection; std::vector CommandsSection; std::vector GeneratorsSection; + std::vector SeeAlsoSection; + std::string SeeAlsoString; std::vector< const char* > Names; std::vector< const cmDocumentationEntry* > Sections; -- cgit v1.2.1