gslcpp
Modern-C++ Wrapper for GSL
mainpage.hpp
Go to the documentation of this file.
1 /// \dir include/gslcpp/doc
2 /// \brief Narrative-documentation.
3 
4 /// \file include/gslcpp/doc/mainpage.hpp
5 /// \brief Documentation for main page in output of Doxygen.
6 /// \copyright 2022 Thomas E. Vaughan, all rights reserved.
7 
8 /// \mainpage
9 ///
10 /// `gslcpp` implements a modern-C++ wrapper around GSL.
11 ///
12 /// For the first release (2022 March), a wrapper for GSL's vector is provided.
13 ///
14 /// See the [repository at GitHub](https://github.com/tevaughan/gslcpp).
15 ///
16 /// - \ref d_vector "About gsl::vector"
17 /// - \ref d_vector_view "About gsl::vector_view"
18 /// - \ref d_v_iface "About gsl::v_iface"
19 
20 // EOF