[PATCH] D65622: [clang-doc] Update documentation

Julie Hockett via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Aug 5 17:15:48 PDT 2019


juliehockett added a comment.

Sorry for the delayed review, but a few things I caught :)

Also, please make sure to update the the release notes/flag documentation for the patches you have in progress that add features or flags.



================
Comment at: clang-tools-extra/trunk/docs/ReleaseNotes.rst:55
 
-The improvements are...
+- :doc:`clang-doc <clang-doc>` now generates documentation in HTML format.
 
----------------
This should also include new flags and new features like template handling.


================
Comment at: clang-tools-extra/trunk/docs/clang-doc.rst:40
+
+  $ clang-doc /path/to/file.cpp -p /path/to/build
+
----------------
For this to work, you'd also need to pass the `--executor=standalone` flag.


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D65622/new/

https://reviews.llvm.org/D65622





More information about the cfe-commits mailing list