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

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 8 01:40:19 PDT 2019


jhenderson added a comment.

I don't really know anything about Doxygen, so I don't know if I can really review this issue. However, it seems to me like this isn't a good method, because it's likely only one "bad" place, and we'd have to litter everywhere with these @cond expressions, when in fact it's Doxygen picking a declaration rather than a definition of a class that's the problem.


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