summaryrefslogtreecommitdiffstats
path: root/src/mangen.h
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2018-03-29 12:37:52 (GMT)
committeralbert-github <albert.tests@gmail.com>2018-03-29 12:37:52 (GMT)
commit36afe5e25c10dfd5a6208df7c8892eb2bb7498c5 (patch)
tree69fa5054e6b9df0586e50e18e8d1883cfb1d1e18 /src/mangen.h
parent7e2fcd305c8c9377aa958a3d812cc31bc81c0e32 (diff)
downloadDoxygen-36afe5e25c10dfd5a6208df7c8892eb2bb7498c5.zip
Doxygen-36afe5e25c10dfd5a6208df7c8892eb2bb7498c5.tar.gz
Doxygen-36afe5e25c10dfd5a6208df7c8892eb2bb7498c5.tar.bz2
Better HTML output for VHDL Ports
Small alignment improvement of HTML output for VHDL Ports so that the mode will be in a separate column
Diffstat (limited to 'src/mangen.h')
-rw-r--r--src/mangen.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mangen.h b/src/mangen.h
index b3b9f76..0413ffd 100644
--- a/src/mangen.h
+++ b/src/mangen.h
@@ -99,9 +99,10 @@ class ManGenerator : public OutputGenerator
void endMemberSections() {}
void startHeaderSection() {}
void endHeaderSection();
- void startMemberHeader(const char *);
+ void startMemberHeader(const char *,int);
void endMemberHeader();
void insertMemberAlign(bool) {}
+ void insertMemberAlignLeft(int,bool){}
void startMemberSubtitle() {}
void endMemberSubtitle() {}
//void writeListItem();
@@ -160,7 +161,7 @@ class ManGenerator : public OutputGenerator
void endCenter() {}
void startSmall() {}
void endSmall() {}
- void startMemberDescription(const char *,const char *) { t << "\n.RI \""; firstCol=FALSE; }
+ void startMemberDescription(const char *,const char *,bool) { t << "\n.RI \""; firstCol=FALSE; }
void endMemberDescription() { t << "\""; firstCol=FALSE; }
void startMemberDeclaration() {}
void endMemberDeclaration(const char *,const char *) {}