[PATCH] D140275: [clangd] Tweak to add doxygen comment to the function declaration

David Goldman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed May 10 10:55:04 PDT 2023


dgoldman added a comment.

In D140275#4203456 <https://reviews.llvm.org/D140275#4203456>, @tupos wrote:

> Could you please also advice me what else need to be done for the ObjC, since there were many years since I wrote ObjC last time I'm not sure what else need to be done there.
>
> Thanks.

I think this is fine for a v1 - I think the main improvement would be changing the style/format, Xcode itself uses the following format instead where <#Placeholder Name#> denotes a placeholder:

  /// <#Description#>
  /// - Parameters:
  ///   - arg1: <#model description#>
  ///   - arg2: <#user description#>
  /// - Returns: <#description#>


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D140275



More information about the cfe-commits mailing list