Skip to content

Commit b394a1f

Browse files
committed
#234-remove any source file from doxygen documentation
Completed.
1 parent 33f65f2 commit b394a1f

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

cpp-strings/cpp-strings.cfg renamed to cpp-strings.cfg

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
# Project related configuration options
2828
#---------------------------------------------------------------------------
2929
PROJECT_NAME = "cpp-strings"
30-
PROJECT_NUMBER = "1.0.0"
30+
PROJECT_NUMBER = "1.0.4"
3131
PROJECT_BRIEF = "Pythonic c++ strings"
3232
OUTPUT_DIRECTORY =
3333

@@ -58,9 +58,9 @@ WARN_NO_PARAMDOC = NO
5858
#---------------------------------------------------------------------------
5959
# Configuration options related to the input files
6060
#---------------------------------------------------------------------------
61-
INPUT = ./ ../
61+
INPUT = ./cpp-strings
6262
INPUT_ENCODING = UTF-8
63-
USE_MDFILE_AS_MAINPAGE = ../README.md
63+
USE_MDFILE_AS_MAINPAGE = ./README.md
6464

6565
#---------------------------------------------------------------------------
6666
# Configuration options related to source browsing
@@ -72,7 +72,7 @@ REFERENCES_RELATION = YES
7272
# Configuration options related to the HTML output
7373
#---------------------------------------------------------------------------
7474
GENERATE_HTML = YES
75-
HTML_OUTPUT = html
75+
HTML_OUTPUT = ./documentation
7676
HTML_FILE_EXTENSION = .html
7777
HTML_COLORSTYLE_HUE = 220
7878
HTML_COLORSTYLE_SAT = 100
@@ -89,6 +89,11 @@ EXT_LINKS_IN_WINDOW = NO
8989
SEARCHENGINE = YES
9090
SERVER_BASED_SEARCH = NO
9191
EXTERNAL_SEARCH = NO
92+
SORT_GROUP_NAMES = YES
93+
SOURCE_BROWSER = NO
94+
VERBATIM_HEADERS = NO
95+
WARN_IF_INCOMPLETE_DOC = NO
96+
WARN_IF_UNDOCUMENTED = NO
9297

9398
#---------------------------------------------------------------------------
9499
# Configuration options related to the LaTeX output

0 commit comments

Comments
 (0)