Inline documentation of PHP code /** * Increment the number by two */ function uppity( $i ) { $i++; } The documentation is in the code Joe …