Lines Matching +full:docs +full:- +full:clang +full:- +full:man

1 # -*- coding: utf-8 -*-
3 # Clang documentation build configuration file, created by
4 # sphinx-quickstart on Sun Dec 9 20:01:55 2012.
23 # -- General configuration -----------------------------------------------------
38 # When building man pages, we do not use the markdown pages,
46 if not tags.has("builder-man"):
51 # source_encoding = 'utf-8-sig'
57 project = "Clang"
58 copyright = "2007-%d, The Clang Team" % date.today().year
65 # non-false value, then it is used:
77 # If true, '()' will be appended to :func: etc. cross-reference text.
91 in_progress_title = "(In-Progress) " if tags.has("PreRelease") else ""
97 # -- Options for HTML output ---------------------------------------------------
103 # Theme options are theme-specific and customize the look and feel of a theme
123 # docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
177 # -- Options for LaTeX output --------------------------------------------------
191 ("index", "Clang.tex", "Clang Documentation", "The Clang Team", "manual"),
215 # -- Options for manual page output --------------------------------------------
221 # Automatically derive the list of man pages from the contents of the command
222 # guide subdirectory. This was copied from llvm/docs/conf.py.
224 man_page_authors = "Maintained by the Clang / LLVM Team (<http://clang.llvm.org>)"
228 # Ignore non-ReST files and the index page.
246 if " - " not in title:
251 "(expected '<name> - <description>')"
259 name, description = title.split(" - ", 1)
269 # -- Options for Texinfo output ------------------------------------------------
277 "Clang",
278 "Clang Documentation",
279 "The Clang Team",
280 "Clang",