Merge pull request #25 from TartanLlama/swappable

Remove old docs
This commit is contained in:
Simon Brand
2019-04-30 11:56:50 +01:00
committed by GitHub
4 changed files with 0 additions and 1092 deletions

View File

@ -3,7 +3,6 @@ cmake_minimum_required(VERSION 3.0)
project(optional)
option(OPTIONAL_ENABLE_TESTS "Enable tests." ON)
option(OPTIONAL_ENABLE_DOCS "Enable documentation." OFF)
add_library(optional INTERFACE)
target_sources(optional INTERFACE ${CMAKE_CURRENT_SOURCE_DIR}/tl/optional.hpp)
@ -39,14 +38,3 @@ if(OPTIONAL_ENABLE_TESTS)
set_property(TARGET tests PROPERTY CXX_STANDARD ${CXXSTD})
endif()
if(OPTIONAL_ENABLE_DOCS)
find_package(standardese) # find standardese after installation
# generates a custom target that will run standardese to generate the documentation
if(standardese_FOUND)
standardese_generate(optional
INCLUDE_DIRECTORY tl
CONFIG ${CMAKE_CURRENT_SOURCE_DIR}/standardese.config
INPUT tl/optional.hpp)
endif()
endif()

View File

@ -1 +0,0 @@
optional.tartanllama.xyz

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +0,0 @@
[output]
format=commonmark
link_extension=html