TYPO3CMS-Reference-CoreApi icon indicating copy to clipboard operation
TYPO3CMS-Reference-CoreApi copied to clipboard

Assets API class description: lists not rendered correctly

Open cweiske opened this issue 2 years ago • 1 comments

Current behavior

The class documentation of AssetCollector contains lists, but they are not rendered as lists in the documentation:

The Asset Collector is responsible for keeping track of - everything within

2024-01-05 Auswahl_003

Expected behavior/output

Lists should be rendered as lists:

The Asset Collector is responsible for keeping track of

  • everything within
  • inline CSS and CSS files

Links

https://docs.typo3.org/m/typo3/reference-coreapi/main/en-us/ApiOverview/Assets/Index.html#the-api

TYPO3 versions

main

cweiske avatar Jan 05 '24 07:01 cweiske

@cweiske Thanks for the report. The API is generated automatically from the docblocks of the Core sources. So, this must be addressed in the Core class itself and - after merging - the file newly generated.

brotkrueml avatar Jan 05 '24 16:01 brotkrueml

Looks better now

linawolf avatar Mar 01 '25 17:03 linawolf