mirror of
https://github.com/bkthomps/Containers.git
synced 2025-12-25 16:57:57 +00:00
Fix documentation settings and add icon (#19)
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
# paths will be considered relative to the root of the repository, not the
|
# paths will be considered relative to the root of the repository, not the
|
||||||
# location of the DOXYFILE.
|
# location of the DOXYFILE.
|
||||||
|
|
||||||
DOXYFILE = ./
|
DOXYFILE = Doxyfile
|
||||||
|
|
||||||
# Specify external repository to link documentation with.
|
# Specify external repository to link documentation with.
|
||||||
# This is similar to Doxygen's TAGFILES option, but will automatically link to
|
# This is similar to Doxygen's TAGFILES option, but will automatically link to
|
||||||
@@ -24,7 +24,7 @@ DOXYFILE = ./
|
|||||||
# TAGLINKS = doxygen/doxygen CodeDocs/osg
|
# TAGLINKS = doxygen/doxygen CodeDocs/osg
|
||||||
# Note: these repositories must already be built on CodeDocs.
|
# Note: these repositories must already be built on CodeDocs.
|
||||||
|
|
||||||
TAGLINKS = bkthomps/Containers
|
TAGLINKS =
|
||||||
|
|
||||||
#---------------------------------------------------------------------------
|
#---------------------------------------------------------------------------
|
||||||
# Doxygen Configuration
|
# Doxygen Configuration
|
||||||
|
|||||||
2
Doxyfile
2
Doxyfile
@@ -58,7 +58,7 @@ PROJECT_LOGO =
|
|||||||
# entered, it will be relative to the location where doxygen was started. If
|
# entered, it will be relative to the location where doxygen was started. If
|
||||||
# left blank the current directory will be used.
|
# 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-
|
# 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
|
# directories (in 2 levels) under the output directory of each output format and
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
[](https://circleci.com/gh/bkthomps/Containers/tree/master)
|
[](https://circleci.com/gh/bkthomps/Containers/tree/master)
|
||||||
|
[](https://codedocs.xyz/bkthomps/Containers/)
|
||||||
|
|
||||||
# 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.
|
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.
|
||||||
|
|||||||
Reference in New Issue
Block a user