summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorHubert Figuiere <hub@figuiere.net>2009-06-17 17:15:16 -0400
committerHubert Figuiere <hub@figuiere.net>2009-06-17 17:15:16 -0400
commit4c1807c4cfb588597bcd0bb7de3744eb37a09c77 (patch)
tree3acf549ad496ccb3920e8a449b64958060376264 /docs
parent5d4a58d34f53dc027985095044ea5bf2a3199737 (diff)
downloadglibmm-4c1807c4cfb588597bcd0bb7de3744eb37a09c77.tar.gz
Gio::File::load_contents() override to allow ignoring the etag contents. (Bug #581349)
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/Doxyfile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/reference/Doxyfile.in b/docs/reference/Doxyfile.in
index ebb5cd6d..94c3d182 100644
--- a/docs/reference/Doxyfile.in
+++ b/docs/reference/Doxyfile.in
@@ -194,7 +194,8 @@ ALIASES = "newin2p2=\xrefitem newin2p2s \"Since glibmm 2.2\" \"Ne
"newin2p14=\xrefitem newin2p14s \"Since glibmm 2.14\" \"New API since glibmm 2.14\" " \
"newin2p16=\xrefitem newin2p16s \"Since glibmm 2.16\" \"New API since glibmm 2.16\" " \
"newin2p18=\xrefitem newin2p18s \"Since glibmm 2.18\" \"New API since glibmm 2.18\" " \
- "newin2p20=\xrefitem newin2p20s \"Since glibmm 2.20\" \"New API since glibmm 2.20\" "
+ "newin2p20=\xrefitem newin2p20s \"Since glibmm 2.20\" \"New API since glibmm 2.20\" " \
+ "newin2p22=\xrefitem newin2p22s \"Since glibmm 2.22\" \"New API since glibmm 2.22\" "
# Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C
# sources only. Doxygen will then generate output that is more tailored for C.