Skip to content

Commit

Permalink
added to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
johnpatek committed Mar 19, 2024
1 parent bcaa206 commit 020e512
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions include/sigfn.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
/**
* @file sigfn.h
* @brief SigFn C interface
* @author John R. Patek Sr.
*/

#define SIGFN_SUCCESS 0
Expand Down
6 changes: 6 additions & 0 deletions include/sigfn.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@
#ifndef SIGFN_HPP
#define SIGFN_HPP

/**
* @file sigfn.hpp
* @brief SigFn C++ interface
* @author John R. Patek Sr.
*/

#include "sigfn.h"

#include <functional>
Expand Down

0 comments on commit 020e512

Please sign in to comment.