target to update documentation
This commit is contained in:
parent
91c330ae01
commit
770b9820fe
1 changed files with 5 additions and 0 deletions
|
@ -41,6 +41,11 @@ doxygen: create_output
|
||||||
gsed -i 's@< ObjectType, ArrayType, StringType, BooleanType, NumberIntegerType, NumberFloatType, AllocatorType >@@g' html/*.html
|
gsed -i 's@< ObjectType, ArrayType, StringType, BooleanType, NumberIntegerType, NumberFloatType, AllocatorType >@@g' html/*.html
|
||||||
gsed -i 's@< ObjectType, ArrayType, StringType, BooleanType, NumberIntegerType, NumberFloatType, AllocatorType >@@g' html/*.html
|
gsed -i 's@< ObjectType, ArrayType, StringType, BooleanType, NumberIntegerType, NumberFloatType, AllocatorType >@@g' html/*.html
|
||||||
|
|
||||||
|
upload: doxygen
|
||||||
|
cd html ; ../git-update-ghpages nlohmann/json
|
||||||
|
rm -fr html
|
||||||
|
open http://nlohmann.github.io/json/
|
||||||
|
|
||||||
|
|
||||||
##########################################################################
|
##########################################################################
|
||||||
# docset
|
# docset
|
||||||
|
|
Loading…
Reference in a new issue