docs: Remove file name

This commit is contained in:
David Leal 2020-08-13 17:03:56 -05:00
parent d2c3a3f0d0
commit 8454057249
No known key found for this signature in database
GPG Key ID: 3C482B03FD220E68

View File

@ -1,5 +1,5 @@
/** /**
* @file n_queens.cpp * @file
* @brief [Eight Queens](https://en.wikipedia.org/wiki/Eight_queens_puzzle) * @brief [Eight Queens](https://en.wikipedia.org/wiki/Eight_queens_puzzle)
* puzzle * puzzle
* *