Add intro section so Doxygen doesn't pick up the first line as a summary.

This commit is contained in:
Ryan Curtin
2018-03-30 14:04:22 -04:00
parent 020a0066ab
commit 688a9c04dc
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -1,10 +1,11 @@
/**
* @file python_quickstart.hpp
* @author Ryan Curtin
* @brief Quickstart documentation for mlpack usage from Python
@page python_quickstart mlpack in Python quickstart guide
@section python_quickstart_intro Introduction
This page describes how you can quickly get started using mlpack from Python and
gives a few examples of usage, and pointers to deeper documentation.