generated from LuisPalacios/cpp-plantilla
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Doxyfile version aligned with git tag
- Loading branch information
1 parent
f85efad
commit edaa2b3
Showing
7 changed files
with
59 additions
and
196 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
# Configuración para Doxygen para usarse con CMake | ||
# | ||
# Echarle un ojo a esto: https://github.com/biojppm/cmake/blob/master/ConfigurationTypes.cmake | ||
#--------------------------------------------------------------------------- | ||
# Opciones relacionadas con el proyecto | ||
#--------------------------------------------------------------------------- | ||
DOXYFILE_ENCODING = UTF-8 | ||
PROJECT_NAME = "Librería Parchis C++" | ||
PROJECT_NUMBER = "@GITVERSION_TAG@" | ||
PROJECT_BRIEF = | ||
PROJECT_LOGO = | ||
OUTPUT_DIRECTORY = ./ | ||
OUTPUT_LANGUAGE = English | ||
MARKDOWN_SUPPORT = YES | ||
|
||
#--------------------------------------------------------------------------- | ||
# Opciones de configuración relacionadas | ||
#--------------------------------------------------------------------------- | ||
EXTRACT_ALL = YES | ||
RECURSIVE = YES | ||
GENERATE_HTML = YES | ||
GENERATE_LATEX = NO | ||
|
||
HAVE_DOT = YES | ||
EXTRACT_PRIVATE = YES | ||
EXTRACT_STATIC = YES | ||
CALL_GRAPH = YES | ||
CALLER_GRAPH = YES | ||
#DISABLE_INDEX = YES | ||
#GENERATE_TREEVIEW = YES | ||
|
||
#--------------------------------------------------------------------------- | ||
# Opciones de configuraicón relacionadas con los fuentes | ||
#--------------------------------------------------------------------------- | ||
INPUT = ../src \ | ||
../include | ||
INPUT_ENCODING = UTF-8 | ||
FILE_PATTERNS = *.c \ | ||
*.cc \ | ||
*.cpp \ | ||
*.h \ | ||
*.hpp \ | ||
*.md \ | ||
*.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
# Fichero `cmake` que incluye subdirectorios de mis fuentes. | ||
# | ||
#add_subdirectory(my_lib) | ||
add_subdirectory(libparchis) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.