diff options
author | Razvan Becheriu <razvan@isc.org> | 2024-04-02 14:38:43 +0200 |
---|---|---|
committer | Razvan Becheriu <razvan@isc.org> | 2024-04-03 22:11:45 +0200 |
commit | 027674fa54a986a745d238d15a9c26ea5c35cb43 (patch) | |
tree | 575cc788eb736b6f7873ef1980854b24779901a9 /src/lib/exceptions | |
parent | [#3297] Removed extra line in ChangeLog (diff) | |
download | kea-027674fa54a986a745d238d15a9c26ea5c35cb43.tar.xz kea-027674fa54a986a745d238d15a9c26ea5c35cb43.zip |
[#3316] fixed doxygen
Diffstat (limited to 'src/lib/exceptions')
-rw-r--r-- | src/lib/exceptions/exceptions.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lib/exceptions/exceptions.h b/src/lib/exceptions/exceptions.h index 0f89159988..0cd982a573 100644 --- a/src/lib/exceptions/exceptions.h +++ b/src/lib/exceptions/exceptions.h @@ -258,7 +258,3 @@ public: } #endif // EXCEPTIONS_H - -// Local Variables: -// mode: c++ -// End: |