TYPO3CMS-Reference-CoreApi
TYPO3CMS-Reference-CoreApi copied to clipboard
Assets API class description: lists not rendered correctly
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
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 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.
Looks better now