Skip to content
Snippets Groups Projects
  1. Apr 28, 2016
  2. Feb 09, 2016
  3. Aug 18, 2015
  4. Jun 30, 2015
    • Andrew Wilkins's avatar
      Sphinx-based clang man pages · 8eb384a9
      Andrew Wilkins authored
      Summary:
      This diff introduces .rst files, Sphinx config, and a CMake target
      for building clang man pages. This will deprecate the existing .pod-
      based man page, and will integrate nicely with CMake. This diff does
      not remove the existing man page; that will be done in a follow-up
      once packagers have had a chance to react to the change.
      
      For now, only clang(1) has been done; others can be added over time
      by dropping additional files into the docs/CommandGuide directory.
      The index page for CommandGuide has been copied from LLVM's
      docs/CommandGuide.
      
      The man page itself is mostly the same, with a few minor cosmetic
      changes. The only major change is the SYNOPSIS section. I was unable
      to get .rst/Sphinx produce the same style as in the existing man page.
      Instead, I changed it to match the LLVM tools' relatively simple style.
      
      To build the man pages, use the "docs-clang-man" target if building
      with CMake. Otherwise, use "make -f Makefile.sphinx man".
      
      Reviewers: cmatthews, silvas
      
      Subscribers: dim, gaeke, beanz, cfe-commits
      
      Differential Revision: http://reviews.llvm.org/D10562
      
      git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@241037 91177308-0d34-0410-b5e6-96231b3b80d8
      8eb384a9
  5. Apr 18, 2014
  6. Mar 13, 2014
    • Dmitri Gribenko's avatar
      CMake: allow generation of a Qt Compressed Help file for Clang source · 706a9da3
      Dmitri Gribenko authored
      r203272 enables generation of a Qt Compressed Help file for the LLVM source
      code.
      
      As a consequence, this change brings the same capabilities to Clang while
      reusing these two variables:
      
        LLVM_ENABLE_DOXYGEN_QT_HELP
        LLVM_DOXYGEN_QHELPGENERATOR_PATH
      
      and adding
      
        CLANG_DOXYGEN_QCH_FILENAME="org.llvm.clang.qch"
        CLANG_DOXYGEN_QHP_NAMESPACE="org.llvm.clang"
        CLANG_DOXYGEN_QHP_CUST_FILTER_NAME="Clang ${CLANG_VERSION}"
        CLANG_DOXYGEN_QHP_CUST_FILTER_ATTRS="Clang,${CLANG_VERSION}"
      
      Patch by Konrad Kleine.
      
      
      git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@203801 91177308-0d34-0410-b5e6-96231b3b80d8
      706a9da3
  7. Aug 28, 2013
Loading