diff --git a/tinycurl.h b/tinycurl.h index 0f5a54e..3c28519 100644 --- a/tinycurl.h +++ b/tinycurl.h @@ -1,15 +1,16 @@ -/* - * Tiny Curl C++ wrapper. - * - * This work is based on code by - * Asit Kumar Dhal (https://github.com/asit-dhal) - * Loki Astari (https://github.com/Loki-Astari) - * http://codereview.stackexchange.com/questions/14389/tiny-curl-c-wrapper - * Thank you guys! - * - * License: Unlicensed (Public Domain) - * Homepage: https://github.com/asashnov/tinycurl - */ + /** @brief Tiny Curl C++ wrapper. + + This work is based on code by + + [Asit Kumar Dhal ](https://github.com/asit-dhal) + [Loki Astari ] (https://github.com/Loki-Astari) + + + Thank you guys! + License: Unlicensed (Public Domain) + [Homepage] (https://github.com/asashnov/tinycurl) +*/ + #include #include #include