Converted remaining C comments (#3927)

* Converted remaining documentation that references .c or .h files.
This commit is contained in:
Aleos
2019-02-09 15:08:45 -05:00
committed by GitHub
parent 35611e78e1
commit c5a5c54518
52 changed files with 94 additions and 95 deletions

View File

@@ -766,7 +766,7 @@ int chmapif_parse_fwlog_changestatus(int fd){
// if( acc != -1 && isGM(acc) < isGM(account_id) )
// result = 2; // 2-gm level too low
else {
//! NOTE: See src/char/chrif.h::enum chrif_req_op for the number
//! NOTE: See src/char/chrif.hpp::enum chrif_req_op for the number
switch( operation ) {
case CHRIF_OP_LOGIN_BLOCK: // block
WFIFOHEAD(login_fd,10);