2011-11-14 01:44:53 +04:00
|
|
|
#include "cmCPackDocumentMacros.h"
|
|
|
|
|
|
|
|
void cmCPackDocumentMacros::GetMacrosDocumentation(
|
2012-02-01 23:47:28 +04:00
|
|
|
std::vector<cmDocumentationEntry>& )
|
2011-11-14 01:44:53 +04:00
|
|
|
{
|
2012-01-03 03:54:08 +04:00
|
|
|
// Commented-out example of use
|
|
|
|
//
|
|
|
|
// cmDocumentationEntry e("cpack_<macro>",
|
|
|
|
// "Brief Description"
|
|
|
|
// "which may be on several lines.",
|
|
|
|
// "Long description in pre-formatted format"
|
|
|
|
// " blah\n"
|
|
|
|
// " blah\n"
|
|
|
|
//);
|
2011-11-15 23:24:38 +04:00
|
|
|
//v.push_back(e);
|
2011-11-14 01:44:53 +04:00
|
|
|
}
|