[PATCH] Sphinx-based clang man pages

Andrew Wilkins axwalk at gmail.com
Fri Jun 19 23:50:04 PDT 2015


================
Comment at: docs/conf.py:215-216
@@ -214,5 +214,4 @@
 # (source start file, name, description, authors, manual section).
-man_pages = [
-    ('index', 'clang', u'Clang Documentation',
-     [u'The Clang Team'], 1)
-]
+man_pages = []
+
+# Automatically derive the list of man pages from the contents of the command
----------------
silvas wrote:
> Probably mention in a comment that this chunk of autodiscovery code is derived from llvm's.
Done.

http://reviews.llvm.org/D10562

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the cfe-commits mailing list