Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
prince-chrismc committed Dec 29, 2023
1 parent e07c5dc commit 3c3f063
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions docs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@ else()
message(STATUS "doxygen version detected : ${DOXYGEN_VERSION_OUTPUT}")
endif()

add_custom_target(
build_docs COMMAND doxygen ${CMAKE_CURRENT_LIST_DIR}/Doxyfile WORKING_DIRECTORY ${PROJECT_SOURCE_DIR}
SOURCES ${CMAKE_CURRENT_LIST_DIR}/Doxyfile BYPRODUCTS ${CMAKE_BINARY_DIR}/html/index.html)
add_custom_target(build_docs COMMAND doxygen ${CMAKE_CURRENT_LIST_DIR}/Doxyfile WORKING_DIRECTORY ${PROJECT_SOURCE_DIR}
SOURCES ${CMAKE_CURRENT_LIST_DIR}/Doxyfile BYPRODUCTS ${CMAKE_BINARY_DIR}/html/index.html)
add_custom_command(
TARGET build_docs POST_BUILD COMMAND ${CMAKE_COMMAND} -E cmake_echo_color --cyan
"You can prview the documentation: ${CMAKE_BINARY_DIR}/html/index.html")
2 changes: 1 addition & 1 deletion include/jwt-cpp/traits/nlohmann-json/traits.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace jwt {
* \brief Namespace containing all the json_trait implementations for a jwt::basic_claim.
*/
namespace traits {
/// basic_claim's JSON trait implementation for Modern C++ JSON
/// basic_claim's JSON trait implementation for Modern C++ JSON
struct nlohmann_json {
using json = nlohmann::json;
using value_type = json;
Expand Down

0 comments on commit 3c3f063

Please sign in to comment.