Commit d873b99bba662fe92c1fc09d0be3f197c688b6a4

Authored by bruno
1 parent 01eee1c3
Exists in master

configurando doxygen

Showing 1 changed file with 3 additions and 3 deletions   Show diff stats
doc_config
... ... @@ -7,8 +7,8 @@ DOXYFILE_ENCODING = UTF-8
7 7 PROJECT_NAME = "VLibras Desktop Windows"
8 8 PROJECT_NUMBER = beta
9 9 PROJECT_BRIEF = "Traduçao de Português para LIBRAS"
10   -PROJECT_LOGO = C:/Users/bruno/Desktop/user_install/icons/icon_vlibras.ico
11   -OUTPUT_DIRECTORY = C:/Users/bruno/vlibras-core-win/doc
  10 +PROJECT_LOGO = workflow\icon_vlibras.ico
  11 +OUTPUT_DIRECTORY = doc
12 12 CREATE_SUBDIRS = NO
13 13 ALLOW_UNICODE_NAMES = NO
14 14 OUTPUT_LANGUAGE = Brazilian
... ... @@ -109,7 +109,7 @@ WARN_LOGFILE =
109 109 #---------------------------------------------------------------------------
110 110 # Configuration options related to the input files
111 111 #---------------------------------------------------------------------------
112   -INPUT = src\ include\ plugin\ README.md
  112 +INPUT = src\ include\ plugin\ workflow\ README.md
113 113 INPUT_ENCODING = UTF-8
114 114 FILE_PATTERNS = *.c \
115 115 *.cc \
... ...