feafccaadc
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.
27 lines
445 B
JSON
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": {}
|
|
}
|
|
]
|
|
}
|