cmCPackDocumentMacros.cxx 508 B

12345678910111213141516
  1. #include "cmCPackDocumentMacros.h"
  2. void cmCPackDocumentMacros::GetMacrosDocumentation(
  3. std::vector<cmDocumentationEntry>& )
  4. {
  5. // Commented-out example of use
  6. //
  7. // cmDocumentationEntry e("cpack_<macro>",
  8. // "Brief Description"
  9. // "which may be on several lines.",
  10. // "Long description in pre-formatted format"
  11. // " blah\n"
  12. // " blah\n"
  13. //);
  14. //v.push_back(e);
  15. }