aboutsummaryrefslogtreecommitdiffstats
path: root/docs/LinkCache.md
Commit message (Collapse)AuthorAgeFilesLines
* docs: Set stable permalink on markdown filesTimo Tijhof2024-03-091-2/+5
| | | | | | | | | | | | | | | | | In Doxygen 1.9.7, the URL generation logic changed such that input files in directories (i.e. /docs/Hooks.md) are published with the slug `md_docs_2Hooks.html` instead of `md_docs_Hooks.html`. This was done to improve an edge case where if two conflicting files existed (e.g. docs_Foo.md and docs/Foo.md) both can now get their own stable URL in a determimistic way (e.g. as opposed to a-z sorting and appending _2 only if a conflict exists). But this made other more common URLs no longer stable. Work around this by setting an explict permalink for each markdown file. Ref https://github.com/doxygen/doxygen/issues/10721. Change-Id: Ifeb03602452c1148bd372555bebac9922c583ac2
* Add LinkBatchFactory to inject services into LinkBatchmainframe982020-01-061-1/+2
| | | | | | | | | | All services required by LinkBatch are now injected by the LinkBatchFactory. The constructor for LinkBatch has been soft-deprecated, but the required services are still optional. Bug: T239855 Depends-On: If49cbb730d4ac48586b891908cf24601efbc5d6a Change-Id: I93d931ab60305ad49a6e419f8269c77791a3938d
* docs: Convert logger.txt and linkcache.txt to Markdownleo602282019-12-041-0/+24
Indexing on doc.wikimedia.org doesn't work for .txt files. This was done for Google Code-In 2019. Bug: T233244 Change-Id: I4c441f92b89c1ab1053c5f16a6e7100f2e5e9492