Skip to content

Commit

Permalink
API Docs. Minor fix. API-Docs tool does not support function types.
Browse files Browse the repository at this point in the history
  • Loading branch information
lganzzzo committed Sep 5, 2019
1 parent 0812b30 commit 68bbb14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/oatpp/web/server/api/ApiController.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ class ApiController : public oatpp::base::Countable {
*/
typedef oatpp::data::mapping::type::Boolean Boolean;

/**
/*
* Convenience typedef for std::function<std::shared_ptr<Endpoint::Info>()>.
*/
typedef std::function<std::shared_ptr<Endpoint::Info>()> EndpointInfoBuilder;
Expand Down

0 comments on commit 68bbb14

Please sign in to comment.