docs: Imporoved Documentation in neural_network.cpp (#1331)

This commit is contained in:
Deep Raval 2020-10-19 00:50:12 +05:30 committed by GitHub
parent 3206660bcd
commit 981f781d09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -826,7 +826,10 @@ static void test() {
return; return;
} }
/** Driver Code */ /**
* @brief Main function
* @returns 0 on exit
*/
int main() { int main() {
// Testing // Testing
test(); test();