-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
cdt-cpp man page added #139
Conversation
docs/man/cdt-cpp.1
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As always, I'd prefer these were built rather than stored in version control. Acceptable for now.
docs/man/cdt-cpp.1.md
Outdated
title: CDT-CPP | ||
section: 1 | ||
header: User Manual | ||
footer: cdt-cpp |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it's more consistent with other projects to use our organization here.
footer: cdt-cpp | |
footer: AntelopeIO |
docs/man/cdt-cpp.1.md
Outdated
**cdt-cpp** Is a C++ compiler which converts C++ code of the smart contracts to WebAssemply binary code for | ||
execution in a virtual machine of Antelope block chains |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
**cdt-cpp** Is a C++ compiler which converts C++ code of the smart contracts to WebAssemply binary code for | |
execution in a virtual machine of Antelope block chains | |
**cdt-cpp** Is a C++ compiler which converts C++ smart contract code to WebAssemply for | |
execution in Antelope block chain virtual machines |
docs/man/cdt-cpp.1.md
Outdated
date: April 08, 2023 | ||
--- | ||
# NAME | ||
cdt-cpp - Eosio C++ to WebAssembly compiler |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this would be better?
cdt-cpp - Eosio C++ to WebAssembly compiler | |
cdt-cpp - Antelope smart contract C++ to WebAssembly compiler |
docs/man/cdt-cpp.1.md
Outdated
|
||
**`--allow-names`** | ||
|
||
Allows name section to be created |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Allows name section to be created | |
Allow creation of name section |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please see comments. I've suggested some grammatical changes.
Thanks I made all changes you proposed. |
#143 addresses comments. |
Added a man page for cdt-cpp for issue #121
API Changes
Documentation Additions