Editing User vs Developer Documentation
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.
The edit can be undone.
Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 9: | Line 9: | ||
* 99% of users don't care about a block's "make signature" or any of the under-the-hood functions, so none of that is mentioned | * 99% of users don't care about a block's "make signature" or any of the under-the-hood functions, so none of that is mentioned | ||
* The User Documentation is what would show up in GRC in the documentation tab, i.e. something much more user friendly than what currently shows up | * The User Documentation is what would show up in GRC in the documentation tab, i.e. something much more user friendly than what currently shows up | ||
+ | |||
'''Developer Documentation''' | '''Developer Documentation''' | ||
* In this context, developers are those who are modifying GR source code, or just software-dev-oriented folks who take the time to read through code | * In this context, developers are those who are modifying GR source code, or just software-dev-oriented folks who take the time to read through code | ||
* If they are reading through a block's code, they probably know how the block works at a high level, but are interested in programmatic details | * If they are reading through a block's code, they probably know how the block works at a high level, but are interested in programmatic details | ||
− | * Mostly | + | * Mostly consists of documentation is that in-line with the code |
* Can be viewed in the Doxygen manual or just directly while viewing code | * Can be viewed in the Doxygen manual or just directly while viewing code | ||
− | * The developer documentation is going to be much more code-oriented, and involve more details about the implementation of the block | + | * The developer documentation is going to be much more code-oriented, and involve more details about the implementation of the block |
− | |||
− | |||
− | |||
− | |||
− | |||
− |