From 5e47056e8d97e414c9dabacea71fac2bdc7d2818 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 11 Apr 2022 11:41:00 +1000 Subject: Cleanup: malformed C-style comment blocks, spelling - Missing star prefix. - Unnecessary indentation. - Blank line after dot-points (otherwise doxygen merges with the previous dot-point). - Use back-slash for doxygen commands. - Correct spelling. --- source/blender/editors/asset/intern/asset_list.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/asset') diff --git a/source/blender/editors/asset/intern/asset_list.cc b/source/blender/editors/asset/intern/asset_list.cc index 4941e11a7b3..55167c1ed2d 100644 --- a/source/blender/editors/asset/intern/asset_list.cc +++ b/source/blender/editors/asset/intern/asset_list.cc @@ -41,7 +41,7 @@ namespace blender::ed::asset { /* -------------------------------------------------------------------- */ /** \name Asset list API * - * Internally re-uses #FileList from the File Browser. It does all the heavy lifting already. + * Internally re-uses #FileList from the File Browser. It does all the heavy lifting already. * \{ */ /** -- cgit v1.2.3