diff options
Diffstat (limited to 'libraries/classparser/include/classparser.h')
| -rw-r--r-- | libraries/classparser/include/classparser.h | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/libraries/classparser/include/classparser.h b/libraries/classparser/include/classparser.h index 64f0bfec0d..c39e4e800e 100644 --- a/libraries/classparser/include/classparser.h +++ b/libraries/classparser/include/classparser.h @@ -17,7 +17,7 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see <https://www.gnu.org/licenses/>. - * + * * This file incorporates work covered by the following copyright and * permission notice: * @@ -41,8 +41,9 @@ namespace classparser { -/** - * @brief Get the version from a minecraft.jar by parsing its class files. Expensive! - */ -QString GetMinecraftJarVersion(QString jar); -} + /** + * @brief Get the version from a minecraft.jar by parsing its class files. + * Expensive! + */ + QString GetMinecraftJarVersion(QString jar); +} // namespace classparser |
