[PATCH] D64279: [Doxygen] Ignore llvm::Expected<T> forward decl so doxgen recommends right header file

Alex Brachet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 8 01:46:26 PDT 2019


abrachet abandoned this revision.
abrachet added a comment.

I agree. I looked if doxygen had any flags to ignore forward declarations, it seems like there isn’t. It’s certainly true that if it can’t be done on doxygens end it would be impossible for us to track all of these down, and as you mention super ugly for the code base. I’ve even seen it get tripped up on friend declarations!

I’m hopeful clang-doc won’t have these issues :)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D64279





More information about the llvm-commits mailing list