summaryrefslogtreecommitdiffstats
path: root/src/mangen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mangen.h')
-rw-r--r--src/mangen.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mangen.h b/src/mangen.h
index 8d4d981..e2ad571 100644
--- a/src/mangen.h
+++ b/src/mangen.h
@@ -98,6 +98,8 @@ class ManGenerator : public OutputGenerator
void startMemberSubtitle() {}
void endMemberSubtitle() {}
void writeListItem();
+ void startMemberDocList() {}
+ void endMemberDocList() {}
void startMemberList();
void endMemberList();
void startAnonTypeScope(int);
k_cache Mirror from: https://github.com/HDFGroup/hdf5.git
summaryrefslogtreecommitdiffstats
path: root/config/gnu-flags
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2020-11-25 15:26:35 (GMT)
committerGitHub <noreply@github.com>2020-11-25 15:26:35 (GMT)
commitffcb3542377c62cf972ff683c101e7268332f8a0 (patch)
tree13169e6a49d7e44298203afa99028b7efb791d29 /config/gnu-flags
parent7b9c5e124ba8e5ca4a44fa57e90f291b043a0eb2 (diff)
downloadhdf5-ffcb3542377c62cf972ff683c101e7268332f8a0.zip
hdf5-ffcb3542377c62cf972ff683c101e7268332f8a0.tar.gz
hdf5-ffcb3542377c62cf972ff683c101e7268332f8a0.tar.bz2
Minor/solaris gcc fix (#126)
* Adds gnu99 as the standard when building with gcc on Solaris * Adds a note to RELEASE.txt and improves comments For Solaris + gcc fix (HDFFV-11191)