Skip to content

Commit

Permalink
Reverted to original whitespace layout
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianReimold committed Jan 9, 2025
1 parent ca6129c commit ec59d5b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions fineftp-server/include/fineftp/server.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,22 +21,22 @@ namespace fineftp

/**
* @brief The fineftp::FtpServer is a simple FTP server library.
*
*
* Using the FtpServer class is simple:
* 1. Create an instance
* 2. Add a user
* 3. Start the server
*
*
* Then your server is up and running. In code it will look like this:
*
*
* @code{.cpp}
*
*
* fineftp::FtpServer server(2121);
* server.addUserAnonymous("C:\\", fineftp::Permission::All);
* server.start();
*
*
* @endcode
*
*
*/
class FtpServer
{
Expand Down

0 comments on commit ec59d5b

Please sign in to comment.