parent
cfdaa4b0b3
commit
a347abe269
|
@ -50,8 +50,8 @@ public:
|
||||||
|
|
||||||
virtual cmDocumentationEnums::Form GetForm() const = 0;
|
virtual cmDocumentationEnums::Form GetForm() const = 0;
|
||||||
|
|
||||||
virtual void PrintHeader(const char* name, std::ostream& os) {}
|
virtual void PrintHeader(const char* /*name*/, std::ostream& /*os*/) {}
|
||||||
virtual void PrintFooter(std::ostream& os) {}
|
virtual void PrintFooter(std::ostream& /*os*/) {}
|
||||||
virtual void PrintSection(std::ostream& os,
|
virtual void PrintSection(std::ostream& os,
|
||||||
const cmDocumentationEntry* section,
|
const cmDocumentationEntry* section,
|
||||||
const char* name) = 0;
|
const char* name) = 0;
|
||||||
|
|
|
@ -147,7 +147,7 @@ void cmDocumentationFormatterHTML::PrintParagraph(std::ostream& os,
|
||||||
}
|
}
|
||||||
|
|
||||||
//----------------------------------------------------------------------------
|
//----------------------------------------------------------------------------
|
||||||
void cmDocumentationFormatterHTML::PrintHeader(const char* name,
|
void cmDocumentationFormatterHTML::PrintHeader(const char* /*name*/,
|
||||||
std::ostream& os)
|
std::ostream& os)
|
||||||
{
|
{
|
||||||
os << "<html><body>\n";
|
os << "<html><body>\n";
|
||||||
|
|
Loading…
Reference in New Issue