[PATCH] Sphinx-based clang man pages

Sean Silva chisophugis at gmail.com
Fri Jun 19 16:59:30 PDT 2015


This is looking good. What is the ETA for getting packagers to update? It would be nice if you could chase down a couple and alert them to this change. Otherwise I fear that we will be keeping the pod file forever.


================
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
----------------
Probably mention in a comment that this chunk of autodiscovery code is derived from llvm's.

http://reviews.llvm.org/D10562

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






More information about the cfe-commits mailing list