Skip to content

Commit

Permalink
Add more docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dwarfovich committed Jul 31, 2024
1 parent 939ea62 commit 7f8fe5b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions HW4/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@

#include "print_ip.h"

/*! \mainpage Otus Homework 4 documentation
*
* \section intro_sec Introduction
*
* This is the introduction.
*
*/

template<typename T>
void print_ip_with_endl(const T& v)
{
Expand Down

0 comments on commit 7f8fe5b

Please sign in to comment.