2727# Project related configuration options
2828# ---------------------------------------------------------------------------
2929PROJECT_NAME = " cpp-strings"
30- PROJECT_NUMBER = " 1.0.0 "
30+ PROJECT_NUMBER = " 1.0.4 "
3131PROJECT_BRIEF = " Pythonic c++ strings"
3232OUTPUT_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
6262INPUT_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# ---------------------------------------------------------------------------
7474GENERATE_HTML = YES
75- HTML_OUTPUT = html
75+ HTML_OUTPUT = ./documentation
7676HTML_FILE_EXTENSION = .html
7777HTML_COLORSTYLE_HUE = 220
7878HTML_COLORSTYLE_SAT = 100
@@ -89,6 +89,11 @@ EXT_LINKS_IN_WINDOW = NO
8989SEARCHENGINE = YES
9090SERVER_BASED_SEARCH = NO
9191EXTERNAL_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