Files
Areg Hayrapetian feafccaadc Cleanup old references in docs.
Further rename of EOSIO.CDT to CDT.
Further rename of eosio-cpp to cdt-cpp and eosio-cc to cdt-cc.
Delete references to removed eosio-abigen tool.

Replace references to old eos and eosio.cdt repos with leap and cdt respectively.

Have not changed references eosio.contracts repo yet.
Have not changed/removed URLs to developers.eos.io website.

Other small cleanup and fixes to docs.
2022-08-13 00:06:39 -07:00

27 lines
445 B
JSON

{
"name": "cdt",
"generators": [
{
"name": "collate_markdown",
"options": {
"docs_dir": "docs"
}
},
{
"name": "doxygen_to_xml",
"options": {
"INPUT": "libraries/eosiolib",
"EXCLUDE_PATTERNS": "*.cpp *.c",
"ENABLE_PREPROCESSING": "YES",
"MACRO_EXPANSION": "YES",
"EXPAND_ONLY_PREDEF": "YES",
"PREDEFINED": "__attribute__(x)="
}
},
{
"name": "doxybook",
"options": {}
}
]
}