From 688a9c04dc6f0d15db7d889fba9c94b835da9ac8 Mon Sep 17 00:00:00 2001 From: Ryan Curtin Date: Fri, 30 Mar 2018 14:04:22 -0400 Subject: [PATCH] Add intro section so Doxygen doesn't pick up the first line as a summary. --- doc/guide/cli_quickstart.hpp | 3 ++- doc/guide/python_quickstart.hpp | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/guide/cli_quickstart.hpp b/doc/guide/cli_quickstart.hpp index 63cb48f6bf..cbdab4a00e 100644 --- a/doc/guide/cli_quickstart.hpp +++ b/doc/guide/cli_quickstart.hpp @@ -1,10 +1,11 @@ /** * @file cli_quickstart.hpp * @author Ryan Curtin - * @brief Quickstart documentation for mlpack usage from the command line @page cli_quickstart mlpack command-line quickstart guide +@section cli_quickstart_intro Introduction + This page describes how you can quickly get started using mlpack from the command-line and gives a few examples of usage, and pointers to deeper documentation. diff --git a/doc/guide/python_quickstart.hpp b/doc/guide/python_quickstart.hpp index 6dfa38d6f3..95941601fc 100644 --- a/doc/guide/python_quickstart.hpp +++ b/doc/guide/python_quickstart.hpp @@ -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.