mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
15 lines
352 B
JSON
15 lines
352 B
JSON
{
|
|
"name": "Doxygen",
|
|
"website": "http://www.doxygen.nl/",
|
|
"matches": [
|
|
{
|
|
"regexp": "(?:<!-- Generated by Doxygen ([\\d.]+)|<link[^>]+doxygen\\.css)",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"search": "meta[generator]",
|
|
"regexp": "Doxygen ([\\d.]+)",
|
|
"offset": 1
|
|
}
|
|
]
|
|
} |