[all-commits] [llvm/llvm-project] 491d04: [libc++] Remove the old HTML documentation

Louis Dionne via All-commits all-commits at lists.llvm.org
Tue Jun 8 08:18:41 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 491d04595751a712db41c196bc1ad816fd9cdaa0
      https://github.com/llvm/llvm-project/commit/491d04595751a712db41c196bc1ad816fd9cdaa0
  Author: Louis Dionne <ldionne.2 at gmail.com>
  Date:   2021-06-08 (Tue, 08 Jun 2021)

  Changed paths:
    A libcxx/docs/DesignDocs/AtomicDesign.rst
    M libcxx/docs/index.rst
    R libcxx/www/atomic_design.html
    R libcxx/www/atomic_design_a.html
    R libcxx/www/atomic_design_b.html
    R libcxx/www/atomic_design_c.html
    R libcxx/www/content.css
    R libcxx/www/cxx1y_status.html
    R libcxx/www/cxx1z_status.html
    R libcxx/www/cxx2a_status.html
    R libcxx/www/index.html
    R libcxx/www/menu.css
    R libcxx/www/ts1z_status.html
    R libcxx/www/type_traits_design.html
    R libcxx/www/upcoming_meeting.html

  Log Message:
  -----------
  [libc++] Remove the old HTML documentation

This commit finishes moving the <atomic> design documents to the RST
documentation and removes the old documentation. https://libcxx.llvm.org
is already pointing to the new documentation only now, so the removal of
the old documentation is really a NFC.

I went over the old documentation and I don't think we're leaving anything
important behind - I think everything important was mentionned in the RST
documentation anyway.




More information about the All-commits mailing list