From 69c9ec5d9fdabdf1cc7a3992510d0319f01fe2e4 Mon Sep 17 00:00:00 2001 From: Vinnie Falco Date: Thu, 3 Aug 2017 07:47:49 -0700 Subject: [PATCH] Fix doc convenience includes --- CHANGELOG.md | 6 ++++++ doc/xsl/includes_foot.xsl | 16 ++++++++-------- 2 files changed, 14 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 07046569..3c55fe9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +Version 100: + +* Fix doc convenience includes + +-------------------------------------------------------------------------------- + Version 99: * Log the value of LIB_DIR for doc builds (debug) diff --git a/doc/xsl/includes_foot.xsl b/doc/xsl/includes_foot.xsl index ba723c06..b5b91184 100644 --- a/doc/xsl/includes_foot.xsl +++ b/doc/xsl/includes_foot.xsl @@ -1,16 +1,16 @@ - - Convenience header [include_file beast/core.hpp] + + Convenience header [include_file boost/beast/core.hpp] - - Convenience header [include_file beast/http.hpp] + + Convenience header [include_file boost/beast/http.hpp] - - Convenience header [include_file beast/websocket.hpp] + + Convenience header [include_file boost/beast/websocket.hpp] - - Convenience header [include_file beast/zlib.hpp] + + Convenience header [include_file boost/beast/zlib.hpp]