mirror of
1
0
Fork 0
modern-cmake/examples/extended-project/docs/mainpage.md

12 lines
300 B
Markdown
Raw Normal View History

2022-06-02 20:30:14 +02:00
# Documentation for Modern Library {#mainpage}
2019-08-07 07:06:55 +02:00
This is the documentation for my simple example library.
It is good documentation because:
1. It exists.
2. I wrote it.
2022-02-17 16:58:18 +01:00
3. Everything is documented (pretty easy since there's only one function)
2019-08-07 07:06:55 +02:00
The single provided function is `::accumulate_vector`.