Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2021-11-30 00:53:33 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-11-30 02:15:17 +0300
commit262ef26ea3fe457ff077224662eaecc1b912aed1 (patch)
treefe1ca05b6d67ebf4aca88282623078e869b88796 /source/blender/editors/asset
parent35124acd1973725843530d2dd8b805f717fec581 (diff)
Cleanup: use colon after doxygen params, correct slash direction
Diffstat (limited to 'source/blender/editors/asset')
-rw-r--r--source/blender/editors/asset/intern/asset_indexer.cc4
-rw-r--r--source/blender/editors/asset/intern/asset_library_reference_enum.cc2
2 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/editors/asset/intern/asset_indexer.cc b/source/blender/editors/asset/intern/asset_indexer.cc
index 52b5df14c9f..43951b4b714 100644
--- a/source/blender/editors/asset/intern/asset_indexer.cc
+++ b/source/blender/editors/asset/intern/asset_indexer.cc
@@ -509,12 +509,12 @@ struct AssetLibraryIndex {
/**
* Instance of this class represents the contents of an asset index file.
*
- * /code
+ * \code
* {
* "version": {version},
* "entries": ...
* }
- * /endcode
+ * \endcode
*/
struct AssetIndex {
/**
diff --git a/source/blender/editors/asset/intern/asset_library_reference_enum.cc b/source/blender/editors/asset/intern/asset_library_reference_enum.cc
index 102b2a97859..2ea01ecd343 100644
--- a/source/blender/editors/asset/intern/asset_library_reference_enum.cc
+++ b/source/blender/editors/asset/intern/asset_library_reference_enum.cc
@@ -99,7 +99,7 @@ AssetLibraryReference ED_asset_library_reference_from_enum_value(int value)
* Since this is meant for UI display, skips non-displayable libraries, that is, libraries with an
* empty name or path.
*
- * \param include_local_library whether to include the "Current File" library or not.
+ * \param include_local_library: Whether to include the "Current File" library or not.
*/
const EnumPropertyItem *ED_asset_library_reference_to_rna_enum_itemf(
const bool include_local_library)