From dbad152813af6e4f700618153c5e62671214de34 Mon Sep 17 00:00:00 2001 From: Bailey Thompson Date: Sun, 28 Apr 2019 11:41:07 -0500 Subject: [PATCH] Fix documentation settings and add icon (#19) --- .codedocs | 4 ++-- Doxyfile | 2 +- README.md | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.codedocs b/.codedocs index 97af7b5..17c7d05 100644 --- a/.codedocs +++ b/.codedocs @@ -14,7 +14,7 @@ # paths will be considered relative to the root of the repository, not the # location of the DOXYFILE. -DOXYFILE = ./ +DOXYFILE = Doxyfile # Specify external repository to link documentation with. # This is similar to Doxygen's TAGFILES option, but will automatically link to @@ -24,7 +24,7 @@ DOXYFILE = ./ # TAGLINKS = doxygen/doxygen CodeDocs/osg # Note: these repositories must already be built on CodeDocs. -TAGLINKS = bkthomps/Containers +TAGLINKS = #--------------------------------------------------------------------------- # Doxygen Configuration diff --git a/Doxyfile b/Doxyfile index 6d58832..8f0a885 100644 --- a/Doxyfile +++ b/Doxyfile @@ -58,7 +58,7 @@ PROJECT_LOGO = # entered, it will be relative to the location where doxygen was started. If # left blank the current directory will be used. -OUTPUT_DIRECTORY = ./documentation +OUTPUT_DIRECTORY = documentation # If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub- # directories (in 2 levels) under the output directory of each output format and diff --git a/README.md b/README.md index b9d0445..afbdc86 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ [![CircleCI](https://circleci.com/gh/bkthomps/Containers/tree/master.svg?style=svg)](https://circleci.com/gh/bkthomps/Containers/tree/master) +[![Documentation](https://codedocs.xyz/bkthomps/Containers.svg)](https://codedocs.xyz/bkthomps/Containers/) # Containers This library provides various containers. Each container has utility functions to manipulate the data it holds. This is an abstraction as to not have to manually manage and reallocate memory.