Skip to content

Commit c217b45

Browse files
authored
Merge pull request #737 from awulkiew/fix/doc_gen
[doc] Fix long file names in reference by setting qbk section id.
2 parents 5c878cf + d1a31bf commit c217b45

File tree

5 files changed

+225
-82
lines changed

5 files changed

+225
-82
lines changed

doc/index/make_qbk.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
# ===========================================================================
44
# Copyright (c) 2011-2012 Barend Gehrels, Amsterdam, the Netherlands.
55
# Copyright (c) 2011-2013 Adam Wulkiewicz, Lodz, Poland.
6+
#
7+
# This file was modified by Oracle on 2020.
8+
# Modifications copyright (c) 2020, Oracle and/or its affiliates.
9+
# Contributed and/or modified by Adam Wulkiewicz, on behalf of Oracle
610
#
711
# Use, modification and distribution is subject to the Boost Software License,
812
# Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
@@ -15,6 +19,7 @@
1519
cmd = cmd + " --xml xml/%s.xml"
1620
cmd = cmd + " --start_include boost/"
1721
cmd = cmd + " --output_style alt"
22+
cmd = cmd + " --alt_max_synopsis_length 59"
1823
cmd = cmd + " > generated/%s.qbk"
1924

2025
def run_command(command):

0 commit comments

Comments
 (0)