2011-11-13 22:44:53 +01:00
|
|
|
#include "cmCPackDocumentMacros.h"
|
|
|
|
|
|
|
|
void cmCPackDocumentMacros::GetMacrosDocumentation(
|
2012-02-01 20:47:28 +01:00
|
|
|
std::vector<cmDocumentationEntry>& )
|
2011-11-13 22:44:53 +01:00
|
|
|
{
|
2012-01-03 00:54:08 +01: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 20:24:38 +01:00
|
|
|
//v.push_back(e);
|
2011-11-13 22:44:53 +01:00
|
|
|
}
|