Skip to content

Commit 3c017db

Browse files
committed
Tweaks to doxygen
1 parent f22a617 commit 3c017db

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Npgsql.doxyfile

+4-4
Original file line numberDiff line numberDiff line change
@@ -764,8 +764,8 @@ WARN_LOGFILE =
764764
# spaces.
765765
# Note: If this tag is empty the current directory is searched.
766766

767-
INPUT = Npgsql \
768-
Npgsql.EntityFramework
767+
INPUT = Npgsql.EntityFramework \
768+
Npgsql/Npgsql
769769

770770
# This tag can be used to specify the character encoding of the source files
771771
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
@@ -800,7 +800,7 @@ RECURSIVE = YES
800800
# Note that relative paths are relative to the directory from which doxygen is
801801
# run.
802802

803-
EXCLUDE =
803+
EXCLUDE = Npgsql/Npgsql/LinqBridge-1.3.cs
804804

805805
# The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
806806
# directories that are symbolic links (a Unix file system feature) are excluded
@@ -1049,7 +1049,7 @@ GENERATE_HTML = YES
10491049
# The default directory is: html.
10501050
# This tag requires that the tag GENERATE_HTML is set to YES.
10511051

1052-
HTML_OUTPUT = html
1052+
HTML_OUTPUT = .
10531053

10541054
# The HTML_FILE_EXTENSION tag can be used to specify the file extension for each
10551055
# generated HTML page (for example: .htm, .php, .asp).

0 commit comments

Comments
 (0)